Now let's create an express server which queries out for this search term and just returns the json. You'll need to do a few things: Require the express module Create the express server 'app' On a get request to '/', pipe the request(searchURL) to th…