Guibibi / CodeRadio-Desktop

Desktop player made in Electron for CodeRadio by FreeCodeCamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeRadio Desktop

Listen to Coderadio from FreeCodeCamp without opening your browser!

This minimalist electron app will stream your favortite radio from your desktop!

Image of application

Features

  • 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 Use

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

Helping

You are free to create pull request or create issues if you find any.

License

CC0 1.0 (Public Domain)

About

Desktop player made in Electron for CodeRadio by FreeCodeCamp

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 41.3%Language:CSS 36.6%Language:HTML 22.2%