/campus-fm

listen to student radio stations around the world

Primary LanguageJavaScript

Contributors Forks Stargazers Issues


Logo


Use the app · Explore the repo

About The Project

Campus FM allows you to live stream college radio stations. The player is designed to facilitate seamless switching between stations, and the interface encourages users to explore and discover new stations around the world.

In its first month after going live, it was featured on Reddit, The Hustle, Hacker News, and Recomendo, acquiring over 15,000 users in 150+ countries.

You can check out the web app here.

Built With

  • Javascript
  • React
  • Material UI
  • NodeJS
desktop-screengrab
User Feedback
reddit-1 reddit-2 reddit-3 reddit-4 reddit-5

Getting Started

To get a local copy of Campus FM up and running, follow these simple steps.

If you don't already have npm installed, make sure to install it via the command line:

npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/xehl/campus-fm.git
  2. Install NPM packages
    npm install
  3. Run the app
    npm run start

(back to top)