#
Introduction
Sparklines Backend is an unofficial API for JioSaavn for downloading high-quality songs for free build by Sumit Kohle. I just modified and added more endpoints on top of it.
#
Features
- 🚀 Blazingly fast
- 🎧 Download High Quality Songs (320kbps).
- 🌄 Download High quality song/album thumbnails.
- 🔍 Search songs, albums, playlists, artists and much more.
- ♬ Lyrics for supported songs.
- ❤️ Open-Source
- ☁️ Lightweight and has minimal dependencies.
- 🌈 Host your own instance.
- Secured with token based authentication.
#
Local development
#
Prerequisites
- NodeJS v16+
#
Run locally
Clone the Repo
git clone https://github.com/sanay15jan/sparklines-backend cd sparklines-backendInstall the dependencies
npm installStart development server
npm run dev
#
Host your own instance
You can host your own instance of Sparklines-Backend on vercel with a click of a button.
#
License
This project is licensed under the MIT License - see the LICENSE file for details.
#
NOTE
There may be incorrections in this documentations.
Refer the actual codebase if needed :)