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