tuhinpal / JiosaavnAPI

Unofficial JioSaavn API Written in Javascript. Vercel deployment is unavailable due to high number of traffic. I guess somebody doing a DDOS
https://jiosaavn-api-v3.herokuapp.com/docs/
Apache License 2.0
82 stars 99 forks source link

How to get user-specific information using the API? #2

Open varamsky opened 3 years ago

varamsky commented 3 years ago

Hi @cachecleanerjeet,

I really liked your project. It's a shame that such a popular music streaming service doesn't have an official API.

Anyway, I think that it would be great if you could somehow add the functionality of getting user-specific information from your API.

For example, it would be great if I could get my playlists information from your API. And it would be awesome if you could somehow figure out ways to post changes to saavn through the API. For example, one could use your API to add new songs to a particular playlist. It would be very useful in a large number of projects.

I really liked your project. Good work. Think about this suggestion :)

tuhinpal commented 3 years ago

That's definitely possible, but it requires user login, I will research on it and maybe I will add this. Thanks for the suggestion

vaibhavgadekar commented 3 years ago

Hi @cachecleanerjeet how to get Trending songs list, Newly added song list.

Thank You