Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.32 KB

Who's got dirt? A federated search API for influence data

Build Status Coverage Status Code Climate

This server provides a single access point to some public data on the web.

Read the API documentation.

Development

bundle
bundle exec rackup

See the Ruby gem for technical details.

Deployment

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.

Deploy

heroku apps:create
heroku addons:create memcachier:dev
git push heroku master

Copyright (c) 2015 James McKinney, released under the MIT license