mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Updated readme
This commit is contained in:
14
README.md
14
README.md
@@ -1,9 +1,19 @@
|
|||||||
Zoff
|
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
|
### About
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,5 @@
|
|||||||
# Backend
|
# 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
|
### Events
|
||||||
|
|
||||||
Emitted events between the server and client
|
Emitted events between the server and client
|
||||||
|
|||||||
Reference in New Issue
Block a user