@madeiramadeira/http-client
v1.0.4
Published
Simple HTTP client lib
Downloads
9
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