# sensors.AFRICA
sensors.AFRICA is a citizen-science focused project by Code for Africa that seeks to address data gaps by providing low cost sensors, which people can use to measure and monitor the quality of the air, water, and sound in their communities.
Are you interested in working with us, using our data, or learning more about what we do? Please fill in this form and we'll get back to you ASAP.
## Goals
The key goals for this site:
- Provide an online platform to explore sensors.AFRICA data and initiatives (networks)
- Provide information + contacts on how users can kickstart their own network
- Provide an action path to petition local governments to do something about the quality of environment
## Development
This project uses yarn as a dependancy. See the documentation to set it up on your machine.
Run the following command to get started
```shell
git clone
github.com
cd sensors.AFRICA
yarn
yarn start
```
---
## Style Guidelines
This project will be primarily using airbnb react and material-ui as our main style guides when implementing components.This is to create code consistency and readability.
## Tests
TODO
## Deployment
Following Facebook's guide on deploying React App on GitHub Pages, site deployment can be done by simple doing:
```shell
yarn version
```
---
## sensors.AFRICA Stack
Map -
API -
Grafana and TICK Stack - ./contrib/grafana-and-tick
---
## Contributing
If you'd like to contribute to sensors.AFRICA, check out the CONTRIBUTING.md file on how to get started; or jump right into our GitHub issues.
## Attribution
> If we have seen further it is by standing on the shoulders of giants. - Isaac Newton
### ✨ Contributors ✨
TODO
---
## License
GNU General Public License v3.0
sensors.AFRICA is a citizen-science focused project by Code for Africa that seeks to address data gaps by providing low cost sensors, which people can use to measure and monitor the quality of the air, water, …