Project

mixtape

0.0
No commit activity in last 3 years
No release in over 3 years
Curated music playlists directly to your browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.5.1
~> 1.2.2
~> 1.1.0
~> 10.0
~> 3.5.0
~> 1.20.4

Runtime

~> 2.4.3
~> 42.1.0
~> 1.6.6.2
~> 1.0.2
 Project Readme

Mixtape

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

$ 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:

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