From 373010be532616b89f4c3e9fef0a972f7cf539f5 Mon Sep 17 00:00:00 2001 From: marwolaethblack Date: Thu, 30 Nov 2017 12:34:56 +0100 Subject: aqi --- .gitignore | 1 + .idea/workspace.xml | 222 +++++++++++++++++++--------- app/Resources/views/default/index.html.twig | 2 +- app/config/services.yml | 3 + src/AppBundle/Controller/HomeController.php | 30 +++- src/AppBundle/Utils/Aqi.php | 43 ++++++ 6 files changed, 230 insertions(+), 71 deletions(-) create mode 100644 src/AppBundle/Utils/Aqi.php diff --git a/.gitignore b/.gitignore index 2f75ca1..1f191e5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ !var/SymfonyRequirements.php /vendor/ /web/bundles/ +.idea diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 522e0a3..a83eafe 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,11 @@ + - + + - + - - + + - - + - - + + - - + + - + - - + + + + + + + + + + + + @@ -83,12 +94,18 @@ @@ -169,6 +186,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +