An open API service indexing awesome lists of open source software.

https://github.com/rigelk/surprize

mixtapes made simple: discover playlists track by track, or gift you friends one!
https://github.com/rigelk/surprize

Last synced: 3 months ago
JSON representation

mixtapes made simple: discover playlists track by track, or gift you friends one!

Awesome Lists containing this project

README

        

TapeTape
==============

Create a playlist from youtube, share it with a string of text, your
friends will discover the musics each one at a time, oblivious of the next coming. Like a mixtape!

![TapeTape on gnome shell](tapetape_screenshot.png?raw=true "TapeTape on gnome shell")

This desktop program is multiplatform (WIN and *NIX are supported).

# Contributors quick start

The only development dependency of this project is [Node.js](https://nodejs.org).
So just make sure you have it installed. Then type a few commands known
to every Node developer...

``` bash
git clone https://github.com/rigelk/surprize.git
cd surprize
npm install
npm start
```

...and boom! You have the running desktop application on your screen.