Mixtape
If you love finding new music, but you hate going trough music blogs, this gem is for you!!!
Installation
Install it from the command line
$ gem install mixtape
Usage
Simply type mixtape
on the terminal and you'll get a youtube playlist from a random blog
..or get one from the blogs available
$ mixtape 'pap'
Music Blogs
Currently you can create awesome playlists from the current sources:
- NME => 'nme'
- Pitchfork => 'pitchfork'
- DIY Magazine => 'diy'
- Indie Shuffle => 'indieshuffle'
- Stereogum => 'stereogum'
- Pigeons and Planes => 'pap'
- Yvynyl => 'yvynyl'
How it Works
Under the hood, this gem fetches top new tracks by scraping a music blog. It picks each song randomly, so you'll never get the same playlist
TODO
- Improve tracks searching
- Add new sources
- Improve command line with new options
Contributing
- Fork it ( https://github.com/[my-github-username]/mixtape/fork )
- 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 a new Pull Request