Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanqing/xoxo
:headphones: A YouTube mixtape maker thing.
https://github.com/yuanqing/xoxo
Last synced: 10 days ago
JSON representation
:headphones: A YouTube mixtape maker thing.
- Host: GitHub
- URL: https://github.com/yuanqing/xoxo
- Owner: yuanqing
- License: mit
- Created: 2015-06-03T18:00:35.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-11-28T10:50:55.000Z (almost 8 years ago)
- Last Synced: 2023-08-10T22:43:02.193Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://goo.gl/ogVvs2
- Size: 896 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# XOXO
> A [YouTube](https://youtube.com) mixtape maker thing.
## [Demo](http://goo.gl/ogVvs2)
## Features
- Repeating and shuffling
- Drag-and-drop reordering
- Inline renaming of tracks
- No back-end; persists playlist information in the URL hash## Usage
To build and run the app locally, do:
```sh
$ git clone https://github.com/yuanqing/xoxo
$ cd xoxo
$ npm install
$ npm start
```Then pull up [localhost:8888](http://localhost:8888/).
## License
[MIT](LICENSE.md)