wheelsetsnodejs
v1.0.0
Published
### Repo for migration from node-red to Nodejs #### Added [token.js](../token.js) for generating token in Thingsboard - Token generation using **.env** file credentials (How to work with .env. See [Link](https://github.com/motdotla/dotenv)) - Update tok
Downloads
3
Readme
wheelsetsNodeJS
Repo for migration from node-red to Nodejs
Added token.js for generating token in Thingsboard
- Token generation using .env file credentials (How to work with .env. See Link)
- Update token each 15 minutes, using node-cron (Link)
- Set token as environment variable for using in other projects at the same environment
Use
- Setup .env file with own Thingsboard credentials. Use variables naming as in token.js
- Install additional modules using package.json
- Current Node version is 12