Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voles/ploath
Ploath source files
https://github.com/voles/ploath
Last synced: about 1 month ago
JSON representation
Ploath source files
- Host: GitHub
- URL: https://github.com/voles/ploath
- Owner: Voles
- License: gpl-2.0
- Created: 2013-07-27T13:24:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T14:21:42.000Z (over 11 years ago)
- Last Synced: 2023-07-16T16:50:27.948Z (over 1 year ago)
- Language: JavaScript
- Size: 595 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ploath
========================## Mission statement
Ploath wants to provide a platform where users can easily create playlists containing songs of a variety of services.####Our mission is
- To allow users adding songs from as much external services as possible
- To stimulate our users to actively collaborate
- To provide a reliable and performant web application## Environment setup
####1. Install Yeoman globally$ sudo gem install compass
$ npm install -g yo
####2. Install project dependencies
Run both commands below in the project root directory.$ npm install
$ bower install
More info: [yeoman.io](http://yeoman.io/)## How to contribute (draft)
Fork this repo.