This is an example repo for students to practice asynchronous requests using Axios and JavaScript.
-
Before starting, run
npm installornpm ito install dependencies. -
Open up
src/index.jsto see the code. -
Use
npm startto run thesrc/index.jsfile.
An API key for LocationIQ is required to run the examples. Folks will need to set up a .env file locally to manage their API key.