Packages

Geohash algorithm implementation in Elixir.

Current section

Files

Jump to
cartographer README.md
Raw

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.