GitHub - merongivian/mixtape: Curated music playlists directly to your browser

1 min read Original article ↗

Build Status

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

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

Music Blogs

Currently you can create awesome playlists from the current sources:

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

  1. Fork it ( https://github.com/[my-github-username]/mixtape/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request