mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Markdown
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Markdown
		
	
	
		
			Executable File
		
	
	
	
	
Zoff
 | 
						|
====
 | 
						|
 | 
						|
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API, with 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
 | 
						|
 | 
						|
Zoff is mainly a webbased service. The website uses <a href="https://nodejs.org/">NodeJS</a> with <a href="http://socket.io/">Socket.IO</a>, <a href="https://www.mongodb.org/">MongoDB</a> and express on the backend, with JavaScript, jQuery and <a href="http://materializecss.com/">Materialize</a> 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 <a href="mailto:contact@zoff.no?Subject=Contact%20Zoff">contact@zoff.no</a>
 | 
						|
 | 
						|
### Screenshots of desktop version:
 | 
						|
 | 
						|

 | 
						|
 | 
						|

 | 
						|
 | 
						|

 | 
						|
 | 
						|
### Screenshots of the mobile version:
 | 
						|
 | 
						|
<div style="text-align:center;">
 | 
						|
<img src="http://i.imgur.com/aWlEmIx.png" alt="frontpage" height="600px">
 | 
						|
<br>
 | 
						|
<img src="https://puu.sh/xCI6X/1aead5e1b6.png" alt="channel" height="600px">
 | 
						|
 | 
						|
<img src="https://puu.sh/yg5y5/2e0f202d6d.png" alt="channel search" height="600px">
 | 
						|
</div>
 | 
						|
 | 
						|
### Legal
 | 
						|
 | 
						|
Creative Commons License
 | 
						|
Zoff is licensed under a
 | 
						|
<a href="http://creativecommons.org/licenses/by-nc-nd/3.0/no/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Norway License.</a>.
 | 
						|
Do not redistribute without permission from the developers.
 | 
						|
 | 
						|
Copyright © 2017
 | 
						|
Nicolas Almagro Tonne and Kasper Rynning-Tønnesen
 |