Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhin Kanti Pal authored Sep 22, 2020
1 parent a605209 commit 3bf759c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,31 @@ http://localhost:8080/lyrics?id=PIzj75J8
<br><br>
### Deploy Your Own:<br>

**NodeJS & Npm are Required.**<br>
**NodeJS & Npm are Required.**<br><br>
*For Development 👇*

```bash
apt install nodejs & npm
apt install npm
apt install nodejs

git clone https://github.com/cachecleanerjeet/jiosaavnapi.git
cd jiosaavnapi
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*<br>

### Using this API:
Expand Down

0 comments on commit 3bf759c

Please sign in to comment.