mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
b1e31a2e41
commit
785eb11969
18
README.md
18
README.md
@@ -1,7 +1,13 @@
|
||||
Zöff
|
||||
====
|
||||
|
||||
##### The server-side is required for this website, and it's found at :<a href="https://github.com/zoff-music/zoff-server">here</a>
|
||||
##### The server-side is required for this website, and it's found at: <a href="https://github.com/zoff-music/zoff-server">here</a>
|
||||
|
||||
##### Config
|
||||
|
||||
To get the website to run as intended, please add ```AllowOverride All``` to the directory containing the webserver in Apache2 (it's usually 000-default.conf)
|
||||
|
||||
### About
|
||||
|
||||
Zöff is a shared (free) YouTube based radio service, built upon the YouTube API.
|
||||
|
||||
@@ -9,6 +15,8 @@ Zöff is mainly a webbased service. The website uses <a href="https://nodejs.org
|
||||
|
||||
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:
|
||||
@@ -19,18 +27,18 @@ The team can be reached on <a href="mailto:contact@zoff.no?Subject=Contact%20Zof
|
||||
|
||||

|
||||
|
||||
###Screenshots of the mobile version:
|
||||
### Screenshots of the mobile version:
|
||||
|
||||
  
|
||||
|
||||
###Android exclusive screens:
|
||||
### Android exclusive screens:
|
||||
|
||||
<div style="text-align:center;">
|
||||
<img src="http://i.imgur.com/2LMOnUe.png" alt="android1" height="600px">
|
||||
<img src="http://i.imgur.com/mIOrtng.png" alt="android2" height="400px">
|
||||
</div>
|
||||
|
||||
###Events
|
||||
### Events
|
||||
|
||||
Emitted events between the server and client
|
||||
```
|
||||
@@ -65,7 +73,7 @@ socket.on("np", [NOW_PLAYING, CONFIGURATION, SERVER_TIME]) Recieve
|
||||
socket.on("viewers", VALUE) Recieves number of viewers on the current channel
|
||||
```
|
||||
|
||||
###Legal
|
||||
### Legal
|
||||
|
||||
Copyright © 2015
|
||||
Nicolas Almagro Tonne and Kasper Rynning-Tønnesen
|
||||
|
||||
Reference in New Issue
Block a user