Listen to Coderadio from FreeCodeCamp without opening your browser!
This minimalist electron app will stream your favortite radio from your desktop!
-
Minimalist design.
-
Works on both Linux and Windows.
-
Small windows size.
-
Support for Play/Pause button on your keyboard.
How to download
You can download the .exe or linux release from the releases tab on github, or clone the git and run it from electron itself.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/Guibibi/CodeRadio-Desktop.git
# Go into the repository
cd CodeRadio-Desktop
# Install dependencies
npm install
# Run the app
npm start
# Compile the executable
npm run dist
You are free to create pull request or create issues if you find any.