This packages holds implementation of HttpRequest
(from
0k/types-request
), a simple http request facility.
From the root of your project:
npm install --save @0k/node-request
Or better, as node-request
is still in early release,
npm install --save 0k/node-request#master
To be sure to get the latest version, relaunch this last command whenever you want to update.
npm install
npx tsc
or with watch support:
npx tsc -w