Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 728 Bytes

#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!


Installation

  1. Clone
  2. bundle install

  3. bundle exec rake db:migrate

  4. rails start

  5. start http://localhost:3000

what? no data? lets screen scrape!

  1. npm install HTTPRequest

  2. node download.js

  3. mv disc-database* public/

  4. start http://localhost:3000/disc-database.html

  5. Copy the on-screen json and create a file called disc-database.json in the root of the project
  6. node load.js

for the weak at heart, just run the last step ;)

Have fun, let me know if there are any issues.