An open API service indexing awesome lists of open source software.

https://github.com/makefu/office-radio

Listen to and control the office radio in the Workadventure instance
https://github.com/makefu/office-radio

Last synced: 8 months ago
JSON representation

Listen to and control the office radio in the Workadventure instance

Awesome Lists containing this project

README

          

# Virtual Office Radio

Listen to and control the office radio in the Workadventure instance

## API
```

GET /stream/ -> gibt die radio website für den stream zurück

GET /stream//url -> 307 redirect zu aktueller stream-url

GET /stream//status
GET /stream//json -> JSON object of stream status
GET /stream//json

POST /stream//play/ , -> setzt den stream auf die url des vordefinierten stream namens (für die auswahl des streams beim radio )a
POST /stream//volume/ -> setzt das volume des streams auf (0-100)

POST /stream//off
POST /stream//stop -> macht das radio aus

POST /stream//url , data: { "url": stream-url } -> setzt den stream auf url (expert mode)

GET / -> gibt die website mit der übersicht aller streams
GET /streams/json -> gibt alle streams mit status aus
GET /radios/json -> gibt alle verfügbaren konfigurierten Radios aus
```