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

https://github.com/simonneutert/roda-mapkick-example

Example app of how to use the mapkick gem with/in Roda
https://github.com/simonneutert/roda-mapkick-example

mapbox roda ruby

Last synced: 8 months ago
JSON representation

Example app of how to use the mapkick gem with/in Roda

Awesome Lists containing this project

README

          

# roda mapkick gem example

Love Maps? Enjoy MapBox? Roda is your Rails?

Easy as pie with this combo.

Check out [mapkick gem](https://github.com/ankane/mapkick) and use it in your next Ruby App on Roda 🚀

## Steps to run

1. `$ cp .env_sample .env` and set your MapBok API token in `.env`
2. `$ bundle install`
3. `$ rackup`