SuviTV / app

Repo for Suvi app
0 stars 0 forks source link

:G/SQL: queries for all relevant information from OMDb #15

Open brennongs opened 6 years ago

brennongs commented 6 years ago

for searching movies: /?apikey=<APIKEY>&s=<SEARCHSTRING>. We'll save the information listed in #14 to our custom db (probably in mongo). for favoriting movies, we will need to intercept the request and see if it's already in the custom db. If it's not, hit omdb and cache it.