*** Backup Mirror *** The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project. https://github.com/ConnectedHumber/Air-Quality-Web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Starbeamrainbowlabs e5303d62f0
Bugfix: Correct and document GenerateCSSGradient().
4 years ago
.github Bugfix: typo 4 years ago
client_src Bugfix: Correct and document GenerateCSSGradient(). 4 years ago
design Add application structure SVG diagram 4 years ago
docs docs: Fix link again 4 years ago
lantern-build-engine@aaa2463547 Bugfix: Correct and document GenerateCSSGradient(). 4 years ago
lib/SBRL API: Add format parameter to list-reading-types action 4 years ago
logic [server/fetch-data] Omit send device location information 4 years ago
.gitignore Ues a local installl of composer to protect against old versions 4 years ago
.gitmodules Remove webgl heatmap, as it doesn't work right. 4 years ago
Changelog.md Bugfix: Immediately update heatmap on blob size change. Fixes #27. 4 years ago
LICENSE Initial commit 4 years ago
README.md README: Add branches section 4 years ago
api.php Formatting 4 years ago
build build: fix generation of settings file 4 years ago
composer.json [server] Add changelog action 4 years ago
composer.lock [server] Add changelog action 4 years ago
di_config.php Add production optimisations 4 years ago
index.php Add premanent redirect from root to app/ 4 years ago
nightdocs.toml Use nightdocs to generate documentation 4 years ago
package-lock.json Update dependencies 4 years ago
package.json Bugfix: Make leaflet-heatmap a regular dependency, not a dev dependency 4 years ago
rollup.config.js Comment out entry in rollup config 4 years ago
settings.default.toml [server/fetch-data] Dedupe records & add property to indicate the # of records 4 years ago
version Update changelog 4 years ago

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.

Documentation

Documentation has moved! You can view it here:

Branches

  • master
    • The default branch
    • Should always be stable
  • dev
    • The development branch
    • May not always be stable.

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.