diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2019-01-25 22:32:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-25 22:32:17 +0530 |
commit | 5750b340844e489b4ebbb3b403cf3bd6e6c53277 (patch) | |
tree | 4a8374f69a5c86807cf6e659a7ced7b483b828e8 | |
parent | 52cb60df4b9e6e9624e396fbd0f23996966fae33 (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ ### Problem +Air Pollution is a huge issue in India, that is why I chose the theme 'Environment' to combat this issue + ### Solution +The National Air Monitoring Programme provides real-time access to the Air Quality Index, but currently there is no API that can be utilised to fetch data in the json format. Therefore I use the [WAQI's](https://waqi.info) API to fetch the air quality index. The air quality is assigned three colours: +* Red - For Harmful Air Quality +* Yellow - For Moderate to Unsatisfactory Air Quality +* Green - For Good Air Quality ### WorkFlow |