mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated readme
This commit is contained in:
14
README.md
14
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user