Playbot website lets you listen to thousands of carefully chosen tracks. These tracks cover mainly electro substyles and are aggregated by members of the Nightiies organization. The website plays youtube and soundcloud tracks and list them accordindly to some user defined parameters (date of sharing, poster, tag ...). All the tracks follow on from each other -randomly or not depending of the display mode- making it perfect as background music player.
Playbotweb deploys an ember.js frond-end.
Playbot is an irc tool developped to share musics or videos : users give away sounds and the software stores and manages them. The playbot-web website uses this database to offer handpicked tracks.
The link between playbot database and the website is a Rails API.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
ember server
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)