Packages

A library for geocoding addresses and reverse geocoding coordinates. Uses OpenStreetMap.

Current section

Files

Jump to
pure_geocoder README.md
Raw

README.md

# PureGeocoder
A Geocoder that will work by scraping OpenStreetMap.
## Getting Started
+ `$ git clone https://github.com/jackHedaya/pure_geocoder`
+ `$ cd pure_geocoder`
+ `$ mix deps.get`
## Installation
Currently in development. Installation will be available from https://hex.pm after release.
### Dependencies
+ <a href="https://github.com/devinus/poison">Poison</a>
+ <a href="https://github.com/edgurgel/httpoison">HTTPoison</a>