Data sources for RTHack
This is a set of scripts that publish data for RTHack.
- create an
.env
file with credentials (see.env.example
for 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