Updated readme

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-03 17:02:53 +02:00
parent 3aadcbd9e8
commit ac6a07b9b2
2 changed files with 12 additions and 14 deletions

View File

@@ -1,9 +1,19 @@
Zoff
====
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API.
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API, with integrated casting with Chromecast.
## Zoff supports integrated casting with chromecast
## Install
Prerequisites:
```
MongoDB : https://www.mongodb.org/
NodeJS : https://nodejs.org/en/
npm : https://www.npmjs.com/
```
Clone this repository into a folder, and navigate to it. Use ```$ npm install``` in the project folder and use ```$ npm start``` to start the server.
### About

View File

@@ -1,17 +1,5 @@
# Backend
## Install
Prerequisites:
```
MongoDB : https://www.mongodb.org/
NodeJS : https://nodejs.org/en/
npm : https://www.npmjs.com/
```
Clone this repository into a folder, and navigate to it. Use ```npm install``` in the project folder and use ```$ node server.js``` to start the server.
### Events
Emitted events between the server and client