# JioSaavn API

## ✨ Features

* 🚀 Blazing fast
* 🎶 Download High-Quality Songs (320kbps).
* 🔒 Rotating User-Agents to avoid detection.
* 🍱 Download High-quality song/album thumbnails.
* 🔎 Search support for songs and albums.
* **🎼** Lyrics for supported songs.
* **❤️** Open-Source
* **☁️** Lightweight and has minimal dependencies.
* **📦** Host your own instance on [Vercel](https://vercel.com).

## 👷 **Local development**

### Prerequisites

* **NodeJS v10+**
* **Vercel CLI:** To install Vercel CLI globally use `npm i -g vercel`

### Run locally

* Clone the Repository

  ```
  git clone https://github.com/sumitkolhe/jiosaavn-api

  cd jiosaavn-api
  ```
* Install the dependencies

  ```
  npm install
  ```
* Start development server

  ```
  npm start
  ```
* Deploy to your Vercel account

  ```
  npm run deploy
  ```

## 🚀 Deploy to Vercel

You can directly deploy this repo to your Vercel account by clicking the button below.&#x20;

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/sumitkolhe/jiosaavn-api)

## ✍️ Author

* [**Sumit Kolhe**](https://github.com/sumitkolhe)

## 📜 License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](https://app.gitbook.com/s/-MTyRwr4apqYZQ7aEuWn/LICENSE) file for details.
