An Unofficial API for downloading high-quality songs, albums, playlists, and more from Jiosaavn.
This is a fork of the orignal unoficial API of jiosaavn by @sumitkolhe , all the logic and functionality are the same but modifications on many aspects have been made. For example there were errors related to the import and exort statements using '#' so it had tobe manually done + the imports were pointing to the ts files rather i pointed them to the compiled js files , if you wanna know more you can check the logs :)
Check out the API documentation for detailed information on how to use the API.
Again this is a modified fork of another repo by @sumitkolhe
-
Clone the repository:
git clone https://github.com/khabib-eng/music-io-api cd music-io-api
Note
You need Bun(1.0.29+) or Node.js(v20+)
-
Install the required dependencies:
bun install
-
Launch the development server:
bun run dev
Music-io API can be deployed to Vercel. Below are the instructions for deploying.
This project is distributed under the MIT License. For more information, see the LICENSE file included in this repository.