aliatari / project1

First Group Project for UW Coding Bootcamp
0 stars 0 forks source link

Write an API call with form input(s) passed as param(s) #16

Open spencej4 opened 5 years ago

spencej4 commented 5 years ago

In lieu of a moviegraph.io API, I've started writing script using OMDB's API.

Have tried multiple times to receive moviegraph API, checked inbox and spam.

spencej4 commented 5 years ago

Completed. Can make API call to OMDB and console log response json object Currently written to accept one param, from form input field (movie title). Can add additional params in the fuutre

spencej4 commented 5 years ago

Updated. Now API calls accept genre's, (generic) decade inputs, and movie title.