React PWA for viewing sensor data from microcontrollers. This uses protobuf-mqtt-couchdb and CircuitPython Weather Station to get data into Couchdb. From there we reduce the data in a CouchDB View which is fetched by this weather station chart
Make this thing pretty and document how to use CP WS + PMC for DIY AdaIO
# Install Dependencies
npm install
# Run the development build (should open a browser automatically)
npm run start
See ./LICENSE