Geo Weather is a Google Chrome extension that allows you to view weather information for your current location using data provided by OpenWeatherMap.
- Displays the current temperature in Celsius.
- Shows a brief description of the current weather conditions.
- Provides additional information such as humidity, wind speed, rainfall, and snowfall (if available).
- Provides air pollution data, including Air Quality Index (AQI) and concentrations of various pollutants like CO, NO, NO2, O3, SO2, PM2.5, PM10, and NH3.
The extension uses the free API from OpenWeatherMap to fetch weather data for your current location, using your device's geolocation.
- Download the extension source code or clone the repository from GitHub.
- Open Google Chrome and type
chrome://extensions
in the address bar. - Enable Developer mode in the top-right corner.
- Click "Load unpacked" and select the extension folder.
- The extension will be loaded and available in the top-right corner of the Chrome window.
- HTML
- CSS (Bootstrap)
- JavaScript
The extension uses the free API from OpenWeatherMap to fetch weather data. To use the extension, you need to obtain a free API key from OpenWeatherMap and insert it into the config.json
file as the value of the openWeatherMapApiKey
variable.
This project is licensed under the GPL 3.0 License.
Contributions and suggestions to improve this extension are welcome. If you want to contribute, fork the repository, make the changes, and submit a pull request.