Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldrinjenson/simple-stream
Music streaming app to download and play any song of your choice. Includes Lyrics as well :)
https://github.com/aldrinjenson/simple-stream
lyrics music music-player react react-native stream
Last synced: 7 days ago
JSON representation
Music streaming app to download and play any song of your choice. Includes Lyrics as well :)
- Host: GitHub
- URL: https://github.com/aldrinjenson/simple-stream
- Owner: aldrinjenson
- Created: 2021-06-10T07:09:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T12:08:05.000Z (over 1 year ago)
- Last Synced: 2023-06-08T13:29:03.366Z (over 1 year ago)
- Topics: lyrics, music, music-player, react, react-native, stream
- Language: TypeScript
- Homepage:
- Size: 36.8 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Simple-Stream
A simple Free and Open Source music streaming App that allows you to stream, download and save music locally to your phone.
## Demo
![demo](demo.gif)
## Credits
- https://github.com/emresenyuva/youtube-music-api
- https://github.com/ytdl-js/react-native-ytdl/
- https://github.com/joltup/rn-fetch-blob## Nice to have extra features:
- Change audio library to prevent the occasional lag while loading a song for streaming
- Add SqlLite lib and save the song contents to create a view for filtering by artists for downloaded songs.
- Fix bug of app crashing on playing certain downloaded songs.