Skip to content

priyanshuverma-dev/sangeet-api

Repository files navigation

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.

flutter pub add sangeet_api

Usage

How to use. Make a instance of SDK and use that

const api = SangeetAPI();
final result = await api.explore.trends();
// use result 

Additional information

Author Priyanshu Verma

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages