Node.JS app to relay RuuviTag measurements to Keen.io.
Requires Noble
Requires a Keen.io account.
npm install
Create a file .env
and write Keen.io authorization information to it:
KEEN_PROJECTID=aaaaaaaaaa
KEEN_WRITEKEY=aabbccddeeff
screen node index.js
Press CTRL+A CTRL+D to detach from screen and to leave the application running.
To get back to the screen:
screen -r