-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# jioSaavn Plugin For Lavalink | ||
|
||
- This is a plugin for [Lavalink](https://github.com/lavalink-devs/Lavalink) | ||
- This plugin allows you to play songs from JioSaavn in your discord server. | ||
- This plugin uses the [JioSaavn API](https://github.com/sumitkolhe/jiosaavn-api) to fetch songs. | ||
|
||
|
||
# API | ||
|
||
> [!NOTE] | ||
> You need `Bun(1.0.26+)` or `Node.js(v18+)` | ||
1. Clone the repository: | ||
|
||
```sh | ||
git clone https://github.com/sumitkolhe/jiosaavn-api | ||
cd jiosaavn-api | ||
``` | ||
|
||
2. Install the required dependencies: | ||
|
||
```sh | ||
bun install | ||
``` | ||
|
||
3. Launch the development server: | ||
|
||
```sh | ||
bun run dev | ||
``` | ||
|
||
## ☁️ Deploying Your Own Instance | ||
|
||
You can easily deploy your own instance of the API by clicking the button below: | ||
|
||
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/sumitkolhe/jiosaavn-api) | ||
|
||
> [!TIP] | ||
> To ensure the API provides results in the intended language, configure the [Serverless Function Region](https://vercel.com/docs/concepts/functions/serverless-functions/regions) in Vercel to `Mumbai, India (South) - > bom1`. | ||
## 🚀 Usage |