https://github.com/priyanshuverma-dev/sangeet-api
https://github.com/priyanshuverma-dev/sangeet-api
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/priyanshuverma-dev/sangeet-api
- Owner: priyanshuverma-dev
- License: other
- Created: 2024-06-26T14:00:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T07:03:05.000Z (6 months ago)
- Last Synced: 2024-12-02T08:20:28.754Z (6 months ago)
- Language: Dart
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)