Let's take another look at Raffy's attempt to make consecutive API calls!
-
Before starting, run
npm install
ornpm i
to install dependencies. -
Open up
src/index.js
to see the code. -
Use
npm start
to run thesrc/index.js
file.
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. See the .env.sample
file for the expected keys.