Skip to content

Latest commit

 

History

History

external-api-call

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

External API call example

How to use

Download the example or clone the repo:

curl https://codeload.github.com/vercel/micro/tar.gz/master | tar -xz --strip=2 micro-master/examples/external-api-call
cd external-api-call

Install it and run:

npm install
npm run start

The idea behind the example

Shows how to get data from an external api using async/await.