README.md
# cartographer
Geohash algorithm implementation in Elixir.
## Support
Supported and tested on:
- *Elixir 1.0*
- *Elixir 1.1*
## Building and Testing
- `mix compile` - building source code.
- `mix test` - running tests.
- `mix test --cover` - running tests with code coverage report generation.