See it live at engine-light.codeforamerica.org.
Uses Mozilla Persona to handle login. The app will only allow users with CfA email addresses to login successfully
- RecordTrac (search for "well_known_status")
- BizFriendly API (search for "well-known")
Engine Light is a ruby on rails app
###Prerequisites
git clone git://github.com/codeforamerica/engine-light.git
cd engine-light
bundle install
rake db:setup
gem install foreman
See Heroku Local Workstation Setup for more info.
foreman start