0.2.1 • Published 5 months ago
shado-cloud-sdk v0.2.1
shado-cloud-sdk
How to consume?
You need to set env variable NODE_TLS_REJECT_UNAUTHORIZED
before running your app since shado-cloud api is self-signed
$ NODE_TLS_REJECT_UNAUTHORIZED='0' node app.js
Or set the npm global config
$ npm config set strict-ssl=false
How to publish to npm?
Follow these steps
npm run tsc
- increment the version number
npm publish