Skip to content
/ rar10 Public
forked from Narnach/rar10

Ruby And Rails 2010 Rumble entry of Smeevil and me

Notifications You must be signed in to change notification settings

Govannon/rar10

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby and Rails Rumble 2010 entry for team Smeevil & Narnach

Check out devtunes.net for a live demo!

The assignment is up: rubyandrails.eu/rumble

Music is a very important part of most developers’ lives, so we will link Last.fm and Github, the two most important social networks for both music lovers and developers.

Plan:

  • Figure out what data to use (build parsers that write output to disk, experiment with the data)

  • Figure out how to present the data (prototype interface, experiment with it)

  • Build proper parsers that insert data into the database

  • Tidy up the interface, test critical or tricky bits of the code. Use TDD for the really tricky bits.

  • Profit!

Getting started:

# Setup the database
rake db:regenerate

# Setup your Last.fm api key
cp config/lastfm.yml.example config/lastfm.yml
open config/lastfm.yml

# Import data
script/runner lib/tools/import_all.rb

License

MIT license. Find it yourself ;-)

About

Ruby And Rails 2010 Rumble entry of Smeevil and me

Resources

Stars

Watchers

Forks

Packages

No packages published