wagnerona / cine-match-app

CineMatch is a tinder inspired app for movies. You discover new movies based on a certain criteria and then swipe to save your favourite ones
https://cinematch.netlify.app/
0 stars 0 forks source link

Fetching API data #11

Open wagnerona opened 1 year ago

stillawake17 commented 1 year ago

The API returns the following so we can have title, genre, year, and language. Other things? The following is what is returned for Blade Runner: {"Title":"Blade Runner","Year":"1982","Rated":"R","Released":"25 Jun 1982","Runtime":"117 min","Genre":"Action, Drama, Sci-Fi","Director":"Ridley Scott","Writer":"Hampton Fancher, David Webb Peoples, Philip K. Dick","Actors":"Harrison Ford, Rutger Hauer, Sean Young","Plot":"A blade runner must pursue and terminate four replicants who stole a ship in space and have returned to Earth to find their creator.","Language":"English, German, Cantonese, Japanese, Hungarian, Arabic, Korean","Country":"United States","Awards":"Nominated for 2 Oscars. 13 wins & 19 nominations total","Poster":"","Ratings":[{"Source":"Internet Movie Database","Value":"8.1/10"},{"Source":"Rotten Tomatoes","Value":"89%"},{"Source":"Metacritic","Value":"84/100"}],"Metascore":"84","imdbRating":"8.1","imdbVotes":"779,000","imdbID":"tt0083658","Type":"movie","DVD":"30 Oct 2001","BoxOffice":"$32,914,489","Production":"N/A","Website":"N/A","Response":"True"}

stillawake17 commented 1 year ago

I found an API key from when we were testing this out in January. The following key works: a2b72f3d

wagnerona commented 1 year ago

Awesome thanks! I will try it with this