https://github.com/akadotsh/go-jiosaavn-api
A simple JioSaavn API written in go
https://github.com/akadotsh/go-jiosaavn-api
api golang rest-api
Last synced: 9 months ago
JSON representation
A simple JioSaavn API written in go
- Host: GitHub
- URL: https://github.com/akadotsh/go-jiosaavn-api
- Owner: akadotsh
- License: mit
- Created: 2024-05-24T20:24:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-02T20:27:13.000Z (9 months ago)
- Last Synced: 2025-10-02T22:23:25.735Z (9 months ago)
- Topics: api, golang, rest-api
- Language: Go
- Homepage: https://go-jiosaavn-api-production.up.railway.app/api/
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jio Saavn API
### A simple wrapper for the Jio Saavn API written in Go.
# Installation
To install and run this project, follow these steps:
1. Make sure you have Go installed on your machine.
2. Clone this repository to your local machine:
```
git clone https://github.com/akadotsh/go-jiosaavn-api.git
```
3. Navigate to the project directory:
```
cd go-jiosaavn-api
```
4. run the project:
When you're ready, start your application by running:
`docker compose up --build`.
Your application will be available at http://localhost:8080.
## Deploying your own instance
[](https://railway.app/template/DAV2_u?referralCode=iRCFyG)