Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/l-alexandrov/radiocast

A ticker for currently playing song on a radio, loaded by XML API.
https://github.com/l-alexandrov/radiocast

Last synced: 2 days ago
JSON representation

A ticker for currently playing song on a radio, loaded by XML API.

Awesome Lists containing this project

README

        

Radio Cast

## Installation

1. `cp .env.example .env`

2. :wrench: Configure `.env` file

3. `php artisan key:generate`

4. `php artisan migrate`

5. (Optional) `cp radio.example.xml ./storage/app/public/radio.xml`. Ajdust your XML API provider in `CheckForNewSong.php` instead.

## Starting
1. `php artisan check:newsong`
2. `php artisan serve`

## :black_nib: License

RadioCast is a small open-sourced software licensed under the [GNU (GPL-3.0) license](https://opensource.org/licenses/GPL-3.0).