node-thingworx
v0.0.9
Published
ThingWorx API client
Downloads
4
Readme
ThingWorx API client
Usage
The package needs to be configured with a ThingWorx Application Key and a ThingWorx instance hostname. Require it with the application key's value and the instance hostname:
const thingworx = require('node-thingworx')('0123...', '...portal.ptc.io');
const yourThing = await thingworx.things.retrieve('YourThingName');