Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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