Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DoublEffe committed Mar 23, 2024
2 parents 1105429 + 8a2da7e commit d68b7c8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<li>
<a href="#usage">Usage</a>
<ul>
<a href="#map">Map</a>
<a href="#Search Bar">Search Bar</a>
<li><a href="#map">Map</a></li>
<li><a href="#Search Bar">Search Bar</a></li>
</ul>
</li>
<li><a href="#license">License</a></li>
Expand All @@ -51,7 +51,7 @@
<!-- ABOUT THE PROJECT -->
## About The Project

![LifeIndex Screen Shot]()
![LifeIndex Screen Shot](https://github.com/DoublEffe/life-quality/blob/main/Screenshot.png)



Expand Down Expand Up @@ -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;
Expand All @@ -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:

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down

0 comments on commit d68b7c8

Please sign in to comment.