Using the OMDB (IMDB) API to Create an Application Using Node.js

Using the OMDB (IMDB) API to Create an Application Using Node.js

In this post I’m going to build a Node.js app that allows that user to search through the movie database and then build a page of results. It’s not going to be pretty, it’s just (as all my posts are) a reference for my future self who has forgotten all this stuff. Exploring the Open Movie Database API Before getting started creating the app. Let’s take a look at the API we’re going to be working with to populate our...Read more