sandbox-axios/axios-auth
renovate[bot] a4214a9d41 chore(deps): update dependency nodemon to v2.0.19 2022-07-21 13:41:23 +02:00
..
.env chore: fixed base URL in .env file 2021-09-13 09:27:27 -04:00
README.md feat(axios-get): initial commit 2022-05-17 14:39:29 +02:00
index.js feat(axios-get): initial commit 2022-05-17 14:39:29 +02:00
package.json chore(deps): update dependency nodemon to v2.0.19 2022-07-21 13:41:23 +02:00

README.md

Overview

Download file using node.js inbuild packges.

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command in your favorite terminal if you fancy log messages for debugging.

export DEBUG=$DEBUG,axios

Run the following command in your favorite terminal to start the service in development mode.

npm run dev

Production deployment

tbc