Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/maptiler
Crystal wrapper for Maptiler API
https://github.com/manveru/maptiler
Last synced: about 3 hours ago
JSON representation
Crystal wrapper for Maptiler API
- Host: GitHub
- URL: https://github.com/manveru/maptiler
- Owner: manveru
- License: mit
- Created: 2019-11-30T14:25:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T17:32:12.000Z (about 5 years ago)
- Last Synced: 2024-11-05T18:51:11.757Z (about 2 months ago)
- Language: Crystal
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maptiler.cr
Crystal wrapper for the maptiler API
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
maptiler:
github: manveru/maptiler.cr
```2. Run `shards install`
## Usage
```crystal
require "maptiler"
```TODO: Write usage instructions here
## Development
Use `nix-shell`.
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Michael Fellinger](https://github.com/manveru) - creator and maintainer