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 contact@zoff.me
Screenshots of desktop version:
Embedded player:
Screenshots of the mobile version:
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












