jiosaavn 0.1.0 copy "jiosaavn: ^0.1.0" to clipboard
jiosaavn: ^0.1.0 copied to clipboard

Unofficial API client for jiosaavn.com

JioSaavn #

Pub License

A Dart package for interacting with the JioSaavn API.

Features #

  • Search for songs, albums, playlists, and artists
  • Get details of a specific song, album, playlist, or artist

Installation #

Add the following line to your pubspec.yaml file:

dependencies:
  jiosaavn: ^0.1.0

Usage #

// initialize the client 
final jiosaavn = JioSaavnClient();

// get details for a album
await jiosaavn.album.detailsById("1142502");

// search a song
await jiosaavn.search.songs("Malibu - Miley Cyrus");

// get song(s) details
await jiosaavn.song.detailsById(["5WXAlMNt", "csaEsVWV"])

Contribution #

Feel free to contribute to this project by creating issues or pull requests.

License #

This project is licensed under the MIT License

5
likes
130
points
686
downloads

Publisher

verified publisherkrtirtho.dev

Weekly Downloads

Unofficial API client for jiosaavn.com

Repository (GitHub)
View/report issues

Topics

#jiosaavn #jiosaavn-api #music

Documentation

API reference

License

MIT (license)

Dependencies

dart_des, dio, json_annotation

More

Packages that depend on jiosaavn