This is the Node.js Application SDK for The Things Network to receive activations and messages from IoT devices via The Things Network and send messages as well.
npm install --save ttn
NOTE: To use this SDK with the deprecated staging environment, install version 1.3.2 instead:
npm i --save [email protected]
.
An example is included and can be run directly in the browser via Tonic.
To run the tests:
npm install
npm test