A fully responsive web radio player using vanilla javascript,
Responsive for all devices, build using html, css, and javascript.
Before you begin, ensure you have met the following requirements:
- Git must be installed on your operating system.
To run Radio Player locally, run this command on your git bash:
git clone https://github.com/PeWe79/new-box-azuracast-player.git
Edit configuration on the bottom of index.html
files, and find
<script>
const settings = {
title: "Radio Player",
defaultartwork: "./assets/images/poster.jpg",
nowplayingAPI: "https:\/\/your-azuracast-server.com",
};
const FallbackName = settings.title;
const apiUrl = settings.nowplayingAPI;
</script>
If you want to contact with me you can reach me at Github.
This project is free to use and does not contains any license.