This is a simple internet radio app built with React, using the Icecast API for retrieving stream information and metadata.
- Plays an internet radio station
- Displays stream metadata (i.e. current song title)
- Autoplays on load
- Supports dark mode
- Clone the repository
- Install dependencies with
npm install - Start the app with
npm start
Click the "play" button to start the radio station. The app will automatically retrieve and display the current song title.
The app includes a simple Bootstrap-based UI, with a dark mode option that can be toggled based on the system dark mode settings.
- Icecast API for stream metadata
- Bootstrap for the UI
This project is licensed under the MIT License.