You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While on one hand our repository is a good place for beginners to contribute something useful to open source, on the other hand it is also a good place for experienced people to contribute something useful to open source. We welcome contributions from everyone. However some people tend to spam the repository with irrelevant pull requests and get one PR for SWoC 3.0 and other such open source events. We do not want that to happen. So we have a few guidelines that we would like you to follow. In case we find your PR not relevant or spam, we will mark it as invalid and it will not be counted towards SWoC 3.0.
1
+
<h1align="center">Contributors Guide⚡ </h1>
2
+
<h3align="center">Welcome to our open-source project! 😍<br> We appreciate your interest in contributing.😊 <br>This guide will help you get started with the project and make your first contribution.</h3>
3
+
4
+
5
+
6
+
<h1align="center">Creating first Pull Request 🌟</h1>
9. Congratulations! 🎉 you've made your contribution.
35
+
36
+
37
+
38
+
<h1 align="center">Communication and Support 💬</h1>
39
+
<p align="center">Join the project's communication channels to interact with other contributors and seek assistance.</br>If you have any questions or need help, don't hesitate to ask in the project's communication channels or comment on the relevant issue.</p>
40
+
41
+
<h1 align="center">Code of Conduct 😇</h1>
42
+
<p align="center">Please follow our project'scode of conduct while contributing.</br>Treat all contributors and users with respect and create a positive and inclusive environment for everyone.</p>
43
+
44
+
<h1 align="center">License 📄</h1>
45
+
<p align="center">The project is licensed under [MIT]. Make sure to review and comply with the license terms.</br>We hope this guide helps you get started with contributing to our open-source project. Thank you for your contribution!</p>
46
+
47
+
<h1 align="center">Note from Author ❗</h1>
48
+
<p align="center">While on one hand our repository is a good place for beginners to contribute something useful to open source, on the other hand it is also a good place for experienced people to contribute something useful to open source.</br>We welcome contributions from everyone. However some people tend to spam the repository with irrelevant pull requests and get one PR for SSOC 2.0 and other such open source events. We do not want that to happen.</br>So we have a few guidelines that we would like you to follow. In case we find your PR not relevant or spam, we will mark it as invalid and it will not be counted towards SSOC 2.0.</p>
This is the web application which is built from scratch by using Html, Css and JavaScript. In order to know the atmosphere of any particular location
2
-
you just need to enter the longitude and latitude of any particular place. It can also detect these 2 coordinates automatically by enabling auto detect location.
3
-
Based on the value it can tell whether the weather is good or bad.
4
-

1
+
# Air-Quality
5
2
3
+
Air-Quality is a web application that allows users to input coordinates and fetch air pollution details such as the concentration of pollutants in the air and the status of air quality based on the pollution level. The application provides a user-friendly interface and also supports retrieving data based on the user's current location if location services are enabled.
4
+
5
+
## Features
6
+
7
+
- Input latitude and longitude coordinates to fetch air pollution details.
8
+
- Retrieve air pollution data including the concentration of pollutants in the air.
9
+
- Display the air quality status based on the pollution level.
10
+
- Support for automatic retrieval of data based on the user's current location.
11
+
- Interactive modal popup to display the fetched air quality information.
12
+
- Responsive design for a seamless user experience across different devices.
3. Open the **index.html** file in your preferred web browser or in VS Code click on **Go Live** to open with live server.
44
+
45
+
4. Start exploring the **Air-Quality** application by entering the desired coordinates or allowing location services to fetch air pollution details.
46
+
47
+
## Contributing
48
+
49
+
Contributions to the Air-Quality project are welcome and encouraged! If you encounter any issues or have suggestions for improvement, please raise an issue.
50
+
51
+
If you would like to contribute code to the project, please follow these steps:
52
+
53
+
1. Fork the repository.
54
+
2. Create a new branch for your feature or bug fix.
<!-- micrograms per cubic meter of air (μg/m3) -->
79
-
</div>
80
-
</div>
81
-
<hr>
82
-
<h2class="sub-heading">Self Analyze here and follow the Prevantion Measures:</h2>
83
-
<br>
84
-
<h3>Know more about Air Quality Index (AQI) <b><ahref="https://en.wikipedia.org/wiki/Air_quality_index">Here!</a></b></h3><br>
85
-
<h3>For people with "GOOD" Air Quality Index (AQI) <b><ahref="https://www3.epa.gov/region1/airquality/reducepollution.html">Here!</a></b></h3><br>
86
-
<h3>For people with "FAIR" Air Quality Index (AQI) <b><ahref="https://www3.epa.gov/region1/airquality/reducepollution.html">Here!</a></b></h3><br>
87
-
<h3>For people with "MODERATE" Quality Index (AQI) <b><ahref="https://www3.epa.gov/region1/airquality/reducepollution.html">Here!</a></b></h3><br>
88
-
<h3>For people with "POOR" Air Quality Index (AQI) <b><ahref="https://www3.epa.gov/region1/airquality/reducepollution.html">Here!</a></b></h3><br>
89
-
<h3>For people with "VERY POOR" Air Quality Index (AQI) <b><ahref="https://www.airnow.gov/aqi/aqi-basics/extremely-high-levels-of-pm25/">Here!</a></b></h3><br>
90
-
91
-
<hr>
92
-
<h2class="sub-heading">Visit following websites for more Information on Air Quality Index (AQI):</h2>
93
-
<br>
94
-
<h3><b><ahref="https://waqi.info/">World's Air Pollution: Real-time Air Quality Index </a></b></h3><br>
95
-
<h3><b><ahref="https://www.airnow.gov/aqi/aqi-basics/">Air Quality Index (AQI) Basics</a></b></h3><br>
96
33
97
-
<hr>
98
-
99
-
</div>
100
-
<scriptsrc="./script.js" defer></script>
34
+
<buttonclass="search-btn">Search</button>
35
+
</div>
36
+
</div>
37
+
38
+
<divid="myModal" class="modal">
39
+
<divclass="modal-container">
40
+
<divclass="modal-content">
41
+
<spanclass="close">×</span>
42
+
<h2class="sub-heading">Air Quality Index is <spanclass="air-quality">...</span>
43
+
<spanclass="air-quality-status">...</span>
44
+
</h2>
45
+
46
+
<divclass="component-container">
47
+
<h2class="sub-heading">Concentration of Pollutants in the air</h2>
0 commit comments