Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.53 KB

File metadata and controls

51 lines (30 loc) · 1.53 KB

Music-io API

An Unofficial API for downloading high-quality songs, albums, playlists, and more from Jiosaavn.

📚 Documentation

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

🔌 Running Locally

  1. Clone the repository:

    git clone https://github.com/khabib-eng/music-io-api
    cd music-io-api

Manually

Note

You need Bun(1.0.29+) or Node.js(v20+)

  1. Install the required dependencies:

    bun install
  2. Launch the development server:

    bun run dev

☁️ Deploying Your Own Instance

Music-io API can be deployed to Vercel. Below are the instructions for deploying.

Vercel

Deploy with Vercel

📜 License

This project is distributed under the MIT License. For more information, see the LICENSE file included in this repository.