What is axios?
"Promise based HTTP client for the browser and node.js"
axios is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 2.2 MB on disk.
Installation Guide
# Install via NPM
npm install axios
# Install via Yarn
yarn add axios