Simple React Native App for your Web Radio · Report Bug · Request Feature
This app is perfect to represent your web radio. You can use this to share your live stream and your podcasts. Users can subscribe to programs, read blog, listen to episodes or live radio.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/vittoriomigliore/web-radio.git
- Install NPM packages
npm install
You can easily link to your REST Api and show:
-
Programs containing:
- Title
- Subtitle
- Image
- Description
- Authors containing:
- Firstame
- Lastname
- Image
- Nickname
- Episodes (called podcast) containing:
- Title
- Description
- Date
- Image
- Audio
-
Blog Posts (TODO)
-
Live Stream
- Audio stream url
- Image
- Text
See the open issues for a list of proposed features (and known issues).
- UI Improvements
- Blog Integration
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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 MIT License. See LICENSE
for more information.
Vittorio Migliore - vittorio_migliore@hotmail.it
Project Link: https://github.com/vittoriomigliore/web-radio