/open-data-accountability

A Rails based application for holding a community with an open data portal accountable for keeping that data fresh.

Primary LanguageRubyMIT LicenseMIT

#Open Data Accountability

Small dashboard app tracking Nashville's Metro Government Open Data Initiative. Displays a timeline of all Datasets being added and how often they are updated

##Data Sets To see all available datasets, visit: (https://www.data.gov/app/uploads/2014/11/opendatasites1.csv)

Requirements

  1. This is a Rails 4.2.1 project
  2. The deployment target is currently the Heroku PaaS

Getting Started

  1. Install Ruby (Preferably with http://www.rvm.io)
  2. Install Bundler gem install bundler
  3. Clone this repository! git clone git@github.com:code-for-nashville/open-data-accountability.git
  4. bundle install
  5. rake db:migrate
  6. rails s
  7. Go to: http://localhost:3000