sandbox-axios/axios-trias
dancingCycle 2792f10eb2 feat(axios-trias): inital commit 2023-02-14 09:39:16 +01:00
..
.env feat(axios-trias): inital commit 2023-02-14 09:39:16 +01:00
README.md feat(axios-trias): inital commit 2023-02-14 09:39:16 +01:00
index.js feat(axios-trias): inital commit 2023-02-14 09:39:16 +01:00
package-lock.json feat(axios-trias): inital commit 2023-02-14 09:39:16 +01:00
package.json feat(axios-trias): inital commit 2023-02-14 09:39:16 +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