intelliops-sdk
v1.0.12
Published
1. Start the test express applicaiton `cd test` `node index.ts` 2. User the curl command to call the api hosted on port 3005 ``` curl -X POST http://localhost:3005/test-alert \ -H 'Content-Type: application/json' \ -d '{"alertData": {"message": "Test ale
Downloads
66
Readme
Testing
- Start the test express applicaiton
cd test
node index.ts
- User the curl command to call the api hosted on port 3005
curl -X POST http://localhost:3005/test-alert \
-H 'Content-Type: application/json' \
-d '{"alertData": {"message": "Test alert"}}'
Publishing
npm run build
npm login
npm pack && npm publish