ravenloue / TMDB-TrendingSearch

A mobile-friendly webpage that utilizes TMDB's API to retrieve daily or weekly trends for movies, tv shows and people involved in the industry.
https://ravenloue.github.io/TMDB-TrendingSearch/public/
1 stars 0 forks source link

Use a fetch call to pull the information from TMDB #19

Closed ravenloue closed 1 year ago

ravenloue commented 1 year ago

I'm already pretty familiar with fetch calls and handling json objects, but I need to know what these objects look like for each media type.

ravenloue commented 1 year ago

Generating the fetch call is easy, but I need to see if I need to create another interface for the objects or update the old ones.

ravenloue commented 1 year ago

got distracted coming up with the look of the card >_>