1.0.0 • Published 4 years ago

wheelsetsnodejs v1.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

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