<
e9
Making HTTP Requests with Axios, API Example

Mark as watched? Login

Notes

Login to write notes for this video.

Description

Let's start off by pulling in axios, a simple JS library that allows us to make http request. Then let's implement a simple api request using JSONPlaceHolder, a nice testing api service. Then use the results to display them on the page.