Checking if a Movie has a Post or Mid Credit Scene
Briefly

Checking if a Movie has a Post or Mid Credit Scene
"The app is incredibly simple. I made use of the wonderful SimpleCSS for my design and then made use of the TMDB API. The TMDB APIs are pretty easy to use, but finding out how to get this information did take a bit of digging."
"Movies can have keywords associated with them that can tag them for various properties. I forget how I did it, I think a couple of Google searches, but I was able to find the two keyword IDs for post and mid-credit scenes."
"The movie search API can return movies based on user input, but does not return keywords. So I had to combine two approaches: do a search on the user's input and for each result, get the details on the movie and include the keywords."
A web app was created to inform users whether a movie has mid or post-credit scenes without unnecessary details. It utilizes SimpleCSS for design and the TMDB API for data. The app retrieves movie details, including keywords that indicate the presence of stingers. The development process involved searching for movie keywords and combining search results with detailed movie information. The app aims to streamline the experience for moviegoers who want quick answers about credit scenes.
Read at Raymondcamden
Unable to calculate read time
[
|
]