diff --git a/README.md b/README.md index 43a714bc7726c88715e4ff610f84c3a55aae2311..06f9998b1db5697c18458c25954e66a812cce27c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ specifically build for the requirements of community radios. - Blank Detenction / Silence Detecter - Auto Pilot a.k.a. Fallback Handling - API to query Track-Service -- API to query programme +- API to query monthly reports +- API to query data for a studio clock +- Web Application for displaying the Track-Service +- Web Application for displaying the studio clock Read more on the [Engine Features](docs/engine-features.md) page. diff --git a/docs/engine-features.md b/docs/engine-features.md index eb84947c4e3b255c54b0835570fe3cf8a2b66eed..27f4b799985eb23e7a0cab05dfbc9be4d66fd987 100644 --- a/docs/engine-features.md +++ b/docs/engine-features.md @@ -89,3 +89,13 @@ The Swagger Specification of a Track Service entry as YAML looks like this: **Schedule API**: Retrieves information on the programme. * `/api/v1/schedule/upcoming` .. Returns the next three schedules, after the one currently playing. + +**Clock API**: Retrieve all data relevant for a studio clock. + +* `/api/v1/clock` .............. Returns the current show, next show, playlist and time left until the next show. + +## Web Applications + +* `/trackservice` ................. Web Application for displaying the Track-Service +* `/clock` ........................ Web Application for displaying the studio clock +