Skip to content

influencemapping/whos_got_dirt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages