mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-12 20:45:35 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
204b067e67 | ||
|
|
08860fb71d | ||
|
|
3ba8136bd4 | ||
|
|
06c9457bf0 | ||
|
|
4544e67494 | ||
|
|
785eb11969 | ||
|
|
b1e31a2e41 |
20
README.md
20
README.md
@@ -1,7 +1,13 @@
|
||||
Zöff
|
||||
====
|
||||
|
||||
For the server-side repo, go to <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 enabled mod_rewrite for apache2, and add ```AllowOverride All``` to the directory containing the webserver in Apache2 (it's usually /etc/apache2/sites-enabled/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,9 +73,9 @@ 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
|
||||
Copyright © 2016
|
||||
Nicolas Almagro Tonne and Kasper Rynning-Tønnesen
|
||||
|
||||
Creative Commons License
|
||||
|
||||
@@ -526,7 +526,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
height: 42px;
|
||||
line-height: 24px;
|
||||
min-width: 307px;
|
||||
width: 400px;
|
||||
/*width: 400px;*/
|
||||
word-spacing: 0px;
|
||||
box-shadow: none !important;
|
||||
border:none !important;
|
||||
|
||||
Reference in New Issue
Block a user