Intro to APIs Workshop

A demo of how to use APIs with Node.js. This demo uses the PeterPortal API.

Setup

Clone the repository.

git clone https://github.com/icssc-projects/intro-api-workshop.git

Install dependencies (namely, node-fetch).

npm install

Run the script, index.js.

node index.js