Monitor indoor air quality with the CCS811 and a full stack web application.
Stars
4
Forks
2
Watchers
4
Open Issues
0
Overall repository health assessment
^0.18.0^3.1.9-1^5.0.1^4.16.3^5.4.11^2.0.3^2.5.22^1.0.234
commits
Updated cleaned up code in the air-quality.ino file.
02119d8View on GitHubMoved add device form into a modal. Updated styling on the page to support the modal at different screen resolutions.
f8bf48eView on GitHubUpdated styling for the header. Added media queries to make content easier to read on mobile devices.
4a01afcView on GitHubAdded toggle polling button to the UI and connected up to the device PUT route.
f92cae3View on GitHubConverted device list to an html table. Added property to see if polling is enabled for the device.
da8df98View on GitHubAdded ability to load entries from a device on to the page.
bd9a427View on GitHubUpdated the client side form to support auth token. Added basic styling to the form.
1f26f8eView on GitHubAdded logic to start polling devices on server start up. Updated hardware device code to populate temperature and humidity while waiting for voc sensor warm up.
7b6fad9View on GitHubUpdated the device schema so that the auth token isn't sent back when requesting device details. This will improve the security of the token.
b1e3bc2View on GitHubUpdated the device task manager to make http requests to the particle photon. Removed cron.tasks.js since this is no longer being used.
484e1b9View on GitHubAdded mongoose hooks to encrypt and decrypt device ids and auth tokens.
50f096dView on GitHubStarted building out the device tasks manager that will be used to pool IoT devices at a set interval.
fb207e4View on GitHub