Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 533 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 533 Bytes

ruuvi-to-keen

Node.JS app to relay RuuviTag measurements to Keen.io.

Requires Noble

Requires a Keen.io account.

Install

npm install

Create a file .env and write Keen.io authorization information to it:

KEEN_PROJECTID=aaaaaaaaaa
KEEN_WRITEKEY=aabbccddeeff

Start

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