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!
- Host: GitHub
- URL: https://github.com/rigelk/surprize
- Owner: rigelk
- License: gpl-2.0
- Created: 2015-11-06T10:52:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T19:17:33.000Z (over 9 years ago)
- Last Synced: 2025-01-24T10:22:38.154Z (5 months ago)
- Language: JavaScript
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
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.