GeoNames-Elixir v1.0.2 API Reference

Modules

Geonames-Elixir is a simple wrapper around the API provided by geonames.org. All interaction with the API is provied by this module via easy to use functions

An Endpoint is a behaviour module used to defined the different endpoints available on the Geonames API. The functions are used to generate the wrapper functions made available to developers via the Geonames module

The Helpers module provides a simple set of functions used by Geonames-Elixir. There is no real need to use any of the functions defined here directly