Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.5 Connecting to the Outside World

We’ve created a web server, but what about connecting to other websites and APIs? In this lesson, we’re going to be making some HTTP requests to the Github API. Creating HTTP requests can be a bit complex, but, together, we’ll walk through it. We will then parse the response into normal JavaScript objects to allow us to use them in the rest of our code.