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
To see all available datasets, visit: https://www.data.gov/app/uploads/2014/11/opendatasites1.csv
- This is a Rails 4.2.1 project
- The deployment target is currently the Heroku PaaS
- Install Ruby (Preferably with http://www.rvm.io)
- Install Bundler
gem install bundler
- Clone this repository!
git clone git@github.com:code-for-nashville/open-data-accountability.git
bundle install
rake db:migrate
rails s
- Go to: http://localhost:3000