Skip to content

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

License

Notifications You must be signed in to change notification settings

luketlancaster/open-data-accountability

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 [email protected]:code-for-nashville/open-data-accountability.git
  4. bundle install
  5. rake db:migrate
  6. rails s
  7. Go to: http://localhost:3000

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.2%
  • HTML 20.0%
  • CSS 5.6%
  • CoffeeScript 1.7%
  • JavaScript 1.5%