@ardexa/ardexa-consumer
v1.0.0
Published
Consume messages from the Ardexa IoT Platform
Downloads
12
Readme
NodeJS Consumer
Connect to the Ardexa broker to receive all your messages in real time.
Installation
npm install ardexa-consumerDownload the consumer certificates
- Log into https://app.ardexa.com
- Browse to Devices
- Click on Consumer
- Click Download Certificate Pack
Example code
mkdir keys
cd keys
unzip ~/Downloads/certpack-orgName-consumer.zip
cd ..
node example.js