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

https://github.com/larsbergqvist/sr-app

An Angular application that uses the Open API of the Swedish Public Radio for playing live streams, searching/playing old episodes and viewing playlists and songlists.
https://github.com/larsbergqvist/sr-app

angular audio-player openapi primeng radio-stations sverigesradio

Last synced: 7 months ago
JSON representation

An Angular application that uses the Open API of the Swedish Public Radio for playing live streams, searching/playing old episodes and viewing playlists and songlists.

Awesome Lists containing this project

README

          

# sr-app
![Build, test and deploy](https://github.com/larsbergqvist/sr-app/actions/workflows/buildanddeploy.yml/badge.svg)

# Demo

https://larsbergqvist.github.io/sr-app/

An Angular application that uses the Open API of Swedish Public Radio

# Setup

```
cd sr-app
yarn install
yarn start

```
# Main functionality

Browse and filter channels
Play a channel's live stream
View current playlist for a live stream
View today's schedule for a channel
Browse and filter programs
Browse episodes per program
Play an episode
View the songlist for the episode
Bookmark episodes and view the bookmarked set

# Blog

https://thingsmatic.com/2021/01/09/audio-streaming-with-angular-and-primeng/

# Screenshots

![Alt text](https://github.com/LarsBergqvist/sr-app/blob/master/srapp_screen1.png?raw=true 'Wide screen')
![Alt text](https://github.com/LarsBergqvist/sr-app/blob/master/srapp_screen2.png?raw=true 'Narrow screen')