@madeiramadeira/http-client-js
v1.0.0
Published
Simple HTTP client lib
Readme
[HTTP Client]
Simple HTTP Client lib.
Available commands
Start the app:
npm startStart the app in watch (dev) mode:
npm run start:watchRun tests and calculate coverage:
npm testRun tests in watch (dev) mode. This allows continuous testing while developing:
npm run test:watchRun linter (coding standard):
npm run lintFix linting errors:
npm run lint:fix