A simple Radio Stations player PWA project
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project is a Progressive Web App (PWA) radio stations player built using vanilla JavaScript and styled with Materialize CSS. The app allows users to easily browse and listen to various online radio stations from any device, with a smooth, responsive interface. Designed with a minimalist approach, the player offers a clean user experience while taking advantage of PWA features such as offline functionality and the ability to install the app on mobile devices.
This section lists some tecnologies used on this project.
Instructions on setting up your project locally. To get a local copy up and running follow these simple steps.
None
This project doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/jeferson0993/radio-facil.git
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
- Add more radio station options
- Add Types eg.: news,sports,talk...
- Add dark mode option
- Multi-language Support
- English
- Spanish
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GNU Affero General Public License v3.0 License. See LICENSE for more information.
Jeferson F Silva - @jeferson0993 - jeferson0993@gmail.com
Project Link: https://github.com/jeferson0993/radio-facil
Resources that i find helpful. I've included a few of my favorites to kick things off!