Vishal-raj-1 / Awesome-JavaScript-Projects

This Repository contain awesome vanilla JavaScript projects.
https://vishal-raj-1.github.io/Awesome-JavaScript-Projects/
MIT License
1.82k stars 741 forks source link

Movie search app - feature #1858

Closed Rizwan-S closed 3 years ago

Rizwan-S commented 3 years ago

Add a feature to search movie by imdb rating in movie search app.

github-actions[bot] commented 3 years ago

Hi 😄, thanks for creating your first issue at AWESOME-JAVASCRIPT-PROJECTS, do read and follow the Code of Conduct and the Contribution Guidelines while contributing.

Diksha02 commented 3 years ago

Please assign me this issue under LGMSOC-21

Rizwan-S commented 3 years ago

Sure!

Diksha02 commented 3 years ago

Hey @Rizwan-S , sorry for the delay I wasn't able to access the API for some reason, I somehow worked my way around it. But now after reading the documentation I find that the API doesn't use imdb ratings and also there is no end-point to search by ratings...Can you please guide me on this?

Rizwan-S commented 3 years ago

Hi @Diksha02. Even I realized that there is no imdb rating in the data. As an alternative, you can show the recommended movies. Please use the attached link for reference. https://developers.themoviedb.org/3/movies/get-movie-recommendations Sorry for the inconvenience. Hope that helps.

Diksha02 commented 3 years ago

Hi @Diksha02. Even I realized that there is no imdb rating in the data. As an alternative, you can show the recommended movies. Please use the attached link for reference. https://developers.themoviedb.org/3/movies/get-movie-recommendations Sorry for the inconvenience. Hope that helps.

No problem, I can start working on that right away!