Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 335 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 335 Bytes

node-ruuvitag-weather

A simple nodejs-based HTTP server displaying RuuviTag data

Usage

Start with

npm install
node server.js

And browse to http://localhost:8000

To populate the ui with dummy data instead of real live data, start with

NODE_ENV=test node server.js

Screenshot

screenshot