Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoff-music/zoff
The shared YouTube and SoundCloud listening platform
https://github.com/zoff-music/zoff
collaborative-listening collaborative-media-player embedded javascript music music-player music-streaming pwa radio responsive soundcloud soundcloud-api spotify stream-music streaming web youtube youtube-api zoff
Last synced: 3 months ago
JSON representation
The shared YouTube and SoundCloud listening platform
- Host: GitHub
- URL: https://github.com/zoff-music/zoff
- Owner: zoff-music
- Created: 2014-08-08T09:47:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:14:15.000Z (about 2 years ago)
- Last Synced: 2024-09-27T12:01:15.605Z (3 months ago)
- Topics: collaborative-listening, collaborative-media-player, embedded, javascript, music, music-player, music-streaming, pwa, radio, responsive, soundcloud, soundcloud-api, spotify, stream-music, streaming, web, youtube, youtube-api, zoff
- Language: JavaScript
- Homepage: https://zoff.me
- Size: 16.1 MB
- Stars: 67
- Watchers: 2
- Forks: 9
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
Zoff
====Zoff (pronounced __søff__) is a shared (free) YouTube and SoundCloud based radio service, built upon the YouTube API, and SoundCloud API, with integrated casting with Chromecast.
Zoff supports importing YouTube, SoundCloud and Spotify playlists, and has functionality that (tries to) export to YouTube, SoundCloud and Spotify.
## 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.
For the server to run, you have to have the files
```
api_key.js
mongo_config.js
```in ```/server/config```. There are ```*.example.js``` files for all the ones mentioned above. If you're going to deploy the server with a certificate, you also need to create the ```cert_config.js``` in ```/server/config/```. If you want the mailing to work, take a look at ```mailconfig.example.js``` and ```recaptcha.example.js```. You'll need ```mailconfig.js``` and ```recaptcha.js``` for this to work.
If you want to use Google Analytics, have a look at ```analytics.example.js``` in ```server/config/```.
Use ```$ npm start``` to start the server. (Alternative you can use the ```pm2.json``` in the project-root, if you prefer pm2 for running the apps.)
More info in server/ README
### About
Zoff is mainly a webbased service. The website uses NodeJS with Socket.IO, MongoDB and express on the backend, with JavaScript and Materialize on the frontend.
The team consists of Kasper Rynning-Tønnesen and Nicolas Almagro Tonne, and the project has been worked on since late 2014.
### Contact
The team can be reached on [email protected]
### Screenshots of desktop version:
![Frontpage desktop](https://puu.sh/xCI8P/bbfbdd694c.png)
![Channel desktop](https://puu.sh/EI9Dt/05dea0ae57.png)
![Channel settings](https://puu.sh/EI9DV/0df8e9a5b2.png)
![Channel join](https://puu.sh/EI9E8/6f3810fe7f.png)
![Channel search desktop](https://puu.sh/EI9EJ/459deda44d.png)
![Channel host mode desktop](https://puu.sh/EI9Fb/6c1776230f.png)
### Embedded player:
![embedded](https://puu.sh/EI9HY/54434384af.png)
### Screenshots of the mobile version:
![mobilefront](http://i.imgur.com/aWlEmIx.png)
![mobile1](https://puu.sh/EI9Iz/8673bb3065.png)
![mobile2](https://puu.sh/EI9IS/5d6c3e303a.png)### Legal
Creative Commons License
Zoff is licensed under a
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Norway License..
Do not redistribute without permission from the developers.Copyright © 2019
Kasper Rynning-Tønnesen and Nicolas Almagro Tonne