Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev authored Jul 26, 2023
1 parent 4ed04d9 commit 36ea860
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
# SimpMusic
A simple music app using YouTube Music for backend

## Features
- Play music from YouTube Music or YouTube free without ads in the background
- Browsing Home, Charts, Moods & Genre with YouTube Music data
- Search everything on YouTube
- Analyze your playing data and create custom playlists ...
- Caching and can save data for offline playback
- Synced lyrics ( From [akashrchandran/spotify-lyrics-api](https://github.com/akashrchandran/spotify-lyrics-api) )
## Screenshot
<p float="left">
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612780899_b2eed27b24f5a3974421c0770eab2a5f.jpg" width="200" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612784784_97b08d37c039dc69281a0bf74a1cb688.jpg" width="200" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612785636_f309089b0f5db60252b25f0b6e89963a.jpg" width="200" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612789687_77b20f13e6196390ab8b8f6cf0e1071e.jpg" width="200" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612800661_926c2f0a8b6f5663bf7c45abe7a68060.jpg" width="200" />
</p>
<p float="left">
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612790917_ac8d59acbac7d5a3e47a60d687a337cb.jpg" width="200" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612795073_be57c0b10070ded437ddf59f546b9002.jpg" width="200" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612796301_2d08789c04eb2e7b995474d7d69719e7.jpg" width="200" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612800661_926c2f0a8b6f5663bf7c45abe7a68060.jpg" width="200" />
</p>
<p float="left">
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612801883_4cfd6fa5ed680fb8d7cf4004116d51c7.jpg" width="210" />
<img src="https://github.com/maxrave-dev/SimpMusic/blob/main/asset/screenshot/z4388612806051_a9b3469344d3f72e5e9dad192539f7f4.jpg" width="210" />
</p>

More [screenshot](https://photos.app.goo.gl/AbieoXG5ctDrpwzp7) here.
## Backend
- This project is using Heroku to run a scraping YouTube Music server.
- Special thanks [@ytmusicapi](https://github.com/sigma67/ytmusicapi), [@spotipy](https://github.com/spotipy-dev/spotipy)
- Using my own library [kotlin-youtubeExtractor](https://github.com/maxrave-dev/kotlin-youtubeExtractor/) to extract stream data
## Donate
| ![Paypal](https://upload.wikimedia.org/wikipedia/commons/archive/b/b5/20230314142950%21PayPal.svg) | paypal.me/maxraveofficial |
|-------|---------|

0 comments on commit 36ea860

Please sign in to comment.