#Disc Explorer
Web app that allows for very fast client side sorting and filtering of all disc golf discs. Data was screen scraped from http://www.discgolfcenter.com please buy your discs from there!
- Clone
-
bundle install
-
bundle exec rake db:migrate
-
rails start
-
start http://localhost:3000
what? no data? lets screen scrape!
-
npm install HTTPRequest
-
node download.js
-
mv disc-database* public/
-
- Copy the on-screen json and create a file called disc-database.json in the root of the project
-
node load.js
for the weak at heart, just run the last step ;)
Have fun, let me know if there are any issues.