*** Backup Mirror *** The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project. https://github.com/ConnectedHumber/Air-Quality-Web
Go to file
Starbeamrainbowlabs 3af8992a24
build: add docs task
2019-03-17 13:29:20 +00:00
.github Bugfix: typo 2019-02-23 20:03:12 +00:00
client_src Bugfix: Correct dynamic adjustment of x axis labels on device graph 2019-03-07 18:37:51 +00:00
design Add application structure SVG diagram 2019-03-01 17:46:06 +00:00
docs Use nightdocs to generate documentation 2019-03-17 13:21:14 +00:00
lantern-build-engine@da5cd7d7b0 Add some dependencies and set some things up. 2019-01-12 23:21:38 +00:00
lib/SBRL API: Add format parameter to list-reading-types action 2019-02-24 17:07:09 +00:00
logic Add version action. 2019-03-01 17:46:12 +00:00
.gitignore Use nightdocs to generate documentation 2019-03-17 13:21:14 +00:00
.gitmodules Remove webgl heatmap, as it doesn't work right. 2019-01-18 19:45:28 +00:00
Changelog.md Bump version & update changelog 2019-03-07 19:21:49 +00:00
Installing-Raspberry-Pi-Guide.pdf Add @BNorman's guide 2019-03-13 20:31:28 +00:00
LICENSE Initial commit 2019-01-12 23:22:42 +00:00
README.md Try to setup docpress, but it doesn't appear to work. 2019-03-12 13:24:11 +00:00
api.php Formatting 2019-01-15 19:26:14 +00:00
build build: add docs task 2019-03-17 13:29:20 +00:00
composer.json [server] Add changelog action 2019-01-26 21:46:33 +00:00
composer.lock [server] Add changelog action 2019-01-26 21:46:33 +00:00
di_config.php Add production optimisations 2019-01-15 19:19:17 +00:00
nightdocs.toml Use nightdocs to generate documentation 2019-03-17 13:21:14 +00:00
package-lock.json Use nightdocs to generate documentation 2019-03-17 13:21:14 +00:00
package.json Use nightdocs to generate documentation 2019-03-17 13:21:14 +00:00
rollup.config.js Add version file & auto-insertion into client app code 2019-01-26 22:00:37 +00:00
settings.default.toml [server/fetch-data] Dedupe records & add property to indicate the # of records 2019-01-17 16:51:37 +00:00
version Bump version & update changelog 2019-03-07 19:21:49 +00:00

README.md

ConnectedHumber-Air-Quality-Interface

The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.

This project contains the web interface for the ConnectedHumber air Quality Monitoring system. It is composed of 2 parts:

  • A PHP-based JSON API server (entry point: api.php) that's backed by a MariaDB server
  • A Javascript client application that runs in the browser

The client-side browser application is powered by Leaflet.

Note that this project is not responsible for entering data into the database. This project's purpose is simply to display the data.

Notes

  • Readings are taken every 6 minutes as standard.

Contributing

Contributions are welcome - feel free to open an issue or (even better) a pull request.

The issue tracker is the place where all the tasks relating to the project are kept.

License

This project is licensed under the Mozilla Public License 2.0. The full text of this license can be found in the LICENSE file of this repository, along with a helpful summary of what you can and can't do provided by GitHub.