What is node-fetch?
"A light-weight module that brings Fetch API to node.js"
node-fetch is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 104.8 KB on disk.
Installation Guide
# Install via NPM
npm install node-fetch
# Install via Yarn
yarn add node-fetch