Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/l-alexandrov/radiocast
- Owner: l-alexandrov
- License: gpl-3.0
- Created: 2020-06-27T12:59:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T20:57:39.000Z (16 days ago)
- Last Synced: 2024-11-01T21:27:25.988Z (16 days ago)
- Language: PHP
- Size: 858 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).