Skip to content

Scraping Christmas music from radio station's public websites.

License

Notifications You must be signed in to change notification settings

creativereason/christmasmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Christmas Songs Statistics

A little background... I put together this site as an experiment to see if what I suspect is true. Are there really only 20 Christmas songs but performed by various artists.

This project pulls data from radio.com using Nokogiri and stores the data in a Rails model.

Right now the data is just presented in a summary view in the index file using ChartKick. But the goal is to convert this data into a Infographic.

Next Steps:

  • Get better statistics in the form of an infographic
  • Make the radio.com configurable
  • Store the radiostation as a separate model, so we can track multiple simultaneously.
  • Add in cron job scheduling in app.