An open API service indexing awesome lists of open source software.

https://github.com/priyanshuverma-dev/sangeet-api


https://github.com/priyanshuverma-dev/sangeet-api

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

Sangeet API is a SDK on top of Jio cinema API to integrate with Sangget app.

## Features

* Fetch Songs by Id, Song lyrics, song radio.
* Fetch Artist by Id, Artist songs, Artist albums.
* Fetch Playlist by Id.
* Fetch Album by Id.
* Fetch Seach songs, artist, playlist, album and global search.
* Fetch browse data, trending data, charts.
* Unit Tests. ✅

## Getting started

Just install and use.

```bash
flutter pub add sangeet_api
```

## Usage

How to use.
Make a instance of SDK and use that
```dart
const api = SangeetAPI();
final result = await api.explore.trends();
// use result

```

## Additional information

Author [Priyanshu Verma](https://github.com/priyanshuverma-dev/sangeet-api)