maptiler.cr
Crystal wrapper for the maptiler API
Installation
-
Add the dependency to your
shard.yml:dependencies: maptiler: github: manveru/maptiler.cr -
Run
shards install
Usage
require "maptiler"
TODO Write usage instructions here
Development
Use nix-shell.
Contributing
- Fork it (https://github.com/manveru/maptiler.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Michael Fellinger - creator and maintainer