Onliradio is a radio station player that can search and play radio stations identified in over 190 countries. Onliradio uses the Radio Browser api which aggregates radio stations from all over the world.
You can view the final app on Onliradio.
- Typescript
- Node js
- Next js
- React js
- Tailwind Css
- Play and Pause Audio
- Search through Stations using filters e.g Country,Genre,Name and Language
- Increase/Reduce volume
- View Local Station on app homepage
- View recently played stations
- Setup Like functionality
What do I need to run onliradio locally ?
- Node js version 16 and above
- Npm(Node package Manager) version 8 and above
- Clone the repo
- Run
npm install
to install all packages - Run
npm run dev
to start local server - Run
npm run build
to build for production