sandbox-axios/axios-bods
dancingCycle 1cd38b5e9c refactor(axios-bods): check status 2023-07-10 16:51:55 +02:00
..
.env refactor(axios-bods): check status 2023-07-10 16:51:55 +02:00
.gitignore refactor(axios-bods): check status 2023-07-10 16:51:55 +02:00
README.md feat(axios-bods): inital commit 2023-02-14 21:31:01 +01:00
index.js feat(axios-bods): inital commit 2023-02-14 21:31:01 +01:00
package-lock.json feat(axios-bods): inital commit 2023-02-14 21:31:01 +01:00
package.json feat(axios-bods): inital commit 2023-02-14 21:31:01 +01: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