This is a slightly modified version of azuracast-player
This is a fully modified version of SomaFM Music Player from rainner/soma-fm-player as AzuraCast Radio Player.
This Web project will be grab all radio station from AzuraCast streaming server via API interface.
This is a Vue.js web application for streaming radio stations from demo.azuracast.com. This app uses the public AzuraCast JSON channels API endpoint to pull in a list of stations and makes it easy to switch between stations. This app also used Three.js and the HTML5 Web Audio Context API to sample audio data and create a visualizer effect for the selected station.
Clone this repository :
git clone https://github.com/PeWe79/AzuraCast-Player.git
Edit the configuration AzuraCast server. Open the config.js file and edit the line below :
apiBaseUrl: 'https://your-azuracast-server.com'
Make sure youre image brand in your Azuracast server is .jpg extension to work with this configuration project!.
npm install
npm run dev
npm run init
npm run build
npm install http-server
http-server . -p 8484 -a localhost
- iTunes
- Option get Cover Artworks from Deezer or/and from Spotify.
- Make song request form and work with AzuraCast server.
- Get Station image branding
Licensed under MIT.