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
- Host: GitHub
- URL: https://github.com/simonneutert/roda-mapkick-example
- Owner: simonneutert
- License: mit
- Created: 2023-02-02T20:30:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T05:57:13.000Z (over 1 year ago)
- Last Synced: 2025-03-11T06:31:22.327Z (over 1 year ago)
- Topics: mapbox, roda, ruby
- Language: Ruby
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`