Billboard Chart
Wanna look like you're hard at work in your terminal while checking out which songs are blowing up the Billboard Hot 100?
Then grab the billboard_chart gem. Just do it.
Installation
$ gem install billboard_chart
Usage
Once you've installed the gem, you can just type billboard_chart
in your terminal
and you'll see who's taken over the Top 10!
Future Features
- Play songs
- Artist bios
- Expanded chart (Top 20, Top 50, etc.)
- Other Billboard charts (Country, Adult Contemporary, etc.)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request