Data sources for RTHack
This is a set of scripts that publish data for RTHack.
- create an
.envfile with credentials (see.env.examplefor template) npm install
# example script - publishes the current time
# as `time` events on `example` channel
node time.js
# todo - more scripts# start a web server on http://localhost:3000
node frontend.js