Skip to content

Commit f1aad15

Browse files
committed
docs: add cloudflare and vercel deployment instructions
1 parent 627209f commit f1aad15

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For a detailed list of changes, see the [CHANGELOG](CHANGELOG.md).
1616
## 🔌 Running Locally
1717

1818
> [!NOTE]
19-
> You need `Bun(1.0.26+)` or `Node.js(v18+)`
19+
> You need `Bun(1.0.29+)` or `Node.js(v20+)`
2020
2121
1. Clone the repository:
2222

@@ -39,12 +39,15 @@ For a detailed list of changes, see the [CHANGELOG](CHANGELOG.md).
3939

4040
## ☁️ Deploying Your Own Instance
4141

42-
You can easily deploy your own instance of the API by clicking the button below:
42+
JioSaavn API can be deployed to either Cloudflare Workers or Vercel. Below are the instructions for deploying to each platform.
4343

44-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/sumitkolhe/jiosaavn-api)
44+
### Cloudflare Workers
45+
46+
[![Deploy with Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/sumitkolhe/jiosaavn-api)
4547

46-
> [!TIP]
47-
> 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`.
48+
### Vercel
49+
50+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/sumitkolhe/jiosaavn-api)
4851

4952
## 📜 License
5053

0 commit comments

Comments
 (0)