From 3bf759c6dab7948146900e6cdad389902c102b76 Mon Sep 17 00:00:00 2001 From: Tuhin Kanti Pal Date: Tue, 22 Sep 2020 21:15:52 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a3417e..e560099 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,12 @@ http://localhost:8080/lyrics?id=PIzj75J8

### Deploy Your Own:
-**NodeJS & Npm are Required.**
+**NodeJS & Npm are Required.**

+*For Development 👇* ```bash -apt install nodejs & npm +apt install npm +apt install nodejs git clone https://github.com/cachecleanerjeet/jiosaavnapi.git cd jiosaavnapi @@ -149,6 +151,18 @@ npm install node index.js ``` +*Running always in a server 👇* + +```bash +apt install npm +apt install nodejs + +git clone https://github.com/cachecleanerjeet/jiosaavnapi.git +npm install +npm install forever -g +forever start index.js +``` + *Heroku Coming Soon*
### Using this API: