aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2019-01-25 22:32:17 +0530
committerGitHub <noreply@github.com>2019-01-25 22:32:17 +0530
commit5750b340844e489b4ebbb3b403cf3bd6e6c53277 (patch)
tree4a8374f69a5c86807cf6e659a7ced7b483b828e8
parent52cb60df4b9e6e9624e396fbd0f23996966fae33 (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9cfc987..b0f4fa9 100644
--- a/README.md
+++ b/README.md
@@ -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