Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
📝 add: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jabedzaman committed Jan 25, 2023
1 parent 798610b commit 3ded196
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
Binary file removed demo/image1.png
Binary file not shown.
Binary file removed demo/image2.png
Binary file not shown.
Binary file removed demo/image3.png
Binary file not shown.
Binary file removed demo/image4.png
Binary file not shown.
45 changes: 45 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<a href="https://github.com/jabedzaman/spotiloader"><img src="/assets/iconlarge.png" align="left" height="80" width="80" ></a>
# Spotiloader
- **React Native Multiplatform** Music Downloader ,supports **Spotify only at this moment**. <br/>


Download Spotfy Tracks or Playlists from URL and save them locally to listen while offline !!!

**⚠️ This aplication is dependent on an external API to download the tracks. Failure of this api will result in the app not working.**

***Consider dropping this repo a star ⭐***

### Supported Platforms:

- Spotify
- (more coming soon)


## 💻 Install

| Platform | Download | Status |
|----------|----------|--------|
| Android |[![Download Button](https://img.shields.io/github/v/release/jabedzaman/spotiloader?color=7885FF&label=Android-Apk&logo=android&style=for-the-badge)](https://github.com/jabedzaman/)| ✅ Stable |

### Permissions required:

- **MEDIA_LIBRARY** : To save the downloaded tracks to your device.
- **NETWORK_STATUS** : To check if you are connected to the internet or not to download the tracks.

### Todos

- [ ] Add download progress bar
- [ ] Add other platform support
- [ ] Add inbuilt player
- [ ] Add Dark Mode
- [ ] Add search history
- [ ] Add seach with suggestions
- [ ] Add downlaod with meta data
- [ ] Write Tests

**GPL-3.0 License**
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

## Disclaimer

Downloading copyright songs may be illegal in your country. This tool is for educational purposes only and was created only to show how Music Platform's Apis like Spotify's API can be exploited to download music. Please support the artists by buying their music.

0 comments on commit 3ded196

Please sign in to comment.