diff --git a/README.md b/README.md index f0b3a13a..2a060aee 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/server/README.md b/server/README.md index 7aefb2b1..3b7ca164 100644 --- a/server/README.md +++ b/server/README.md @@ -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