cyberboysumanjay / JioSaavnAPI

An unofficial API for JioSaavn written in Python 3
https://saavnapi-nine.vercel.app
MIT License
365 stars 183 forks source link

Am I doing right? #39

Closed Naim120 closed 3 years ago

Naim120 commented 3 years ago

After deploying it on vps When i'm navigating to http://127.0.0.1:5000 , your github page is showing. Does that mean it's running??

And btw my cmd is showing this path 👇 and going to this location also opens ur github page 16265250200142595248787102683508 Thank you

cyberboysumanjay commented 3 years ago

Yes you're doing right but instead of navigating to home page you should hit endpoints for which you want the results. Eg: http://127.0.0.1:5000/result/?query=alone Refer to readme for more details about the available endpoints.

Naim120 commented 3 years ago

Ok thanks. And I was trying to deploy a Jiosaavn downloader bot on heroku with this ip. But the bot is not working on this ip (http://127.0.0.1:5000). Any sugstn?