diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..fd2901e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Othneil Drew + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 0b6dd96..265fa00 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@
  • Usage
  • License
  • @@ -51,7 +51,7 @@ ## About The Project -![LifeIndex Screen Shot]() +![LifeIndex Screen Shot](https://github.com/DoublEffe/life-quality/blob/main/Screenshot.png) @@ -82,7 +82,7 @@ A you can se the page is divided in two section the map and the search bar. ### Map -![Map Screen Shot]() +![Map Screen Shot](https://github.com/DoublEffe/life-quality/blob/main/ScreenshotMap.png) In this map you can just hoover on a region to se some data about the BLI: - Percentage of unemployed people above 15 years old; @@ -94,9 +94,17 @@ If you are seeing n.d this means that data are unavailable. ### Search Bar -![Search Bar Screen Shot]() +![Search Bar Screen Shot](https://github.com/DoublEffe/life-quality/blob/main/ScreenshotSearch.png) + +In this serach bar you can search a city and see in a chart some info about the pollution of the serched city like: + - Carbon Monoxide; + - Condensation Droplets; + - Hydocarbons; + - Nitrogen Dioxide; + - Particles; + - Particles less than 10 micometers; + - Particles less than 2.5 micometers; -In this serach bar you can search a city and see in a chart some info about the city like:

    (back to top)