Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.3 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.3 KB

HTML5 AzuraCast Radio Player

Documentation.

Open The script.js file and edit the lines Below.

// RADIO NAME
const RADIO_NAME = 'Your Radio!';

// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY. eg : spotify 
var API_SERVICE = 'DEEZER';

// Change Stream Audio URL from AzuraCast Here.
const URL_STREAMING = "https://demo.azuracast.com/listen/azuratest_radio/radio.mp3";

// API URL Azuracast Now Playing
const API_URL = "https://demo.azuracast.com/api/nowplaying/1";

Change Logo.

Open The img folder and add your logo named "cover.png"

Demo Screenshots

Demo Screenshot

Supported Streaming Hosting Types

  • Azuracast

Supported API/Data Sources

  • Apple Music / Itunes
  • Deezer
  • Spotify
  • Azuracast

Keyboard Controls

  • M - mute/unmute
  • P and space - play/pause
  • arrow up and arrow down - increase/decrease volume
  • 0 to 9 - volume percent

License

MIT

Credits