This server provides a single access point to some public data on the web.
Read the API documentation.
bundle
bundle exec rackup
See the Ruby gem for technical details.
The API is a simple Ruby Sinatra app. You may deploy on Heroku (below) or your own infrastructure.
This API performs no access control. If you would like to add access control to your deployment, please use an api_key
parameter to control access.
heroku apps:create
heroku addons:create memcachier:dev
git push heroku master
Copyright (c) 2015 James McKinney, released under the MIT license