mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
21 lines
537 B
Markdown
Executable File
21 lines
537 B
Markdown
Executable File
Zöff
|
|
====
|
|
|
|
The shared youtube radio
|
|
|
|
|
|
Zöff is built around the youtube search and video API, and enables the creation of collaboratiive and shared live playlists, with billions of videos and songs to choose from, all for free and without registration.
|
|
|
|
|
|
The project is currently under development and runs on http://zoff.no
|
|
|
|
Install notes
|
|
=============
|
|
|
|
This projects uses composer. Install composer by typing:
|
|
|
|
curl -sS https://getcomposer.org/installer | php
|
|
|
|
After that, fetch project dependencies:
|
|
|
|
php composer.phar update |