Open source real-time website for monitoring air quality.
Real-time data from qHAWAX modules and Andean drones.
Download of historic data.
Visualization of results in Google Maps.
Data available: modules and drone in Madre de Dios (UNICEF project) and any other data from people using qairamap open source that have either a qHAWAX or Andean Drone
You can look for a more detailed documentation here.
Feel welcome to join our forum with UNICEF.
Clone or download the project to the device where it will be used.
git clone https://github.com/qAIRa/qAIRaMap-Opensoure.git
Open a terminal inside the file that has been cloned to install the dependencies:
npm install
Now you can run webpack server
npm run serve
If everything went well, the following should come out
Project is running at http://localhost:8080/ (Press CTRL+C to quit)
Important: The default version of the API may change in the future. If you're building an application and care about the stability of the API, be sure to fork the master branch.
The Media Type is specified in header of request. The most basic media types the API supports are:
application/json
Methode fetch:
body: JSON.stringify(data),
headers: {
'Content-Type': 'application/json',
},
Neither of these specify a version, so you will always get the current default JSON representation of resources.
If you're encountering some oddities in the API, here's a list of resolutions to some of the problems you may be experiencing.
- Why am I getting a 404?
The request could not be understood by the server due to malformed syntax. The client should not repeat the request without modifications
- Why am I not seeing all my results?
Most API calls accessing a list of resources (e.g., users, issues, etc.). If you're making requests and receiving an incomplete set of results, a response is specified in an unsupported content type.
- Why am I getting a 500?
Server Mistake - Indicates that something went wrong on the server that prevent the server from fulfilling the request.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Dont hesitate to contact us in qAIRa Public Slack Channel
If you have found a bug in the project, you can file it here under the “issues” tab. You can also request new features here. A set of templates for reporting issues and requesting features are provided to assist you (and us!).
If you have received a confirmation about your issue, you can file a pull request under the “pull request” tab, please use the PR “template”. You can also request new features here.