This repository has been archived by the owner on Jan 16, 2021. It is now read-only.
Releases: Smalls1652/Get-Weather
Releases · Smalls1652/Get-Weather
Get-Weather 1.3
Overview
The entire module has been rewritten. It no longer requires any API keys and pulls all data from the National Weather Service.
Changes
- The entire module has been rewritten from the ground up.
- Most of the logic is based off the code I wrote for my Progressive Weather App project.
- Switched to the National Weather Service API.
Known-Issues
- Current conditions are sporadic and are not correct.
- This is a limitation of the NWS API. Hopefully they change this in the future.
Get-Weather 1.2
Script Changes
- Geolocation has been switched to Google Maps Geolocation
- The API key you use for Geocoding works with this, but Geolocation needs to be enable in the developer console.
- -Address parameter added for a fine-tuned location.
- If more than one address is returned by Google, then it asks for you to select the right one.
- -ClearDB parameter added to clear out DB files.
Output changes (Global)
- The degree symbol is now added to the temperature output.
- Temperature is rounded to make a whole number.
- Precipitation Probability has been changed to Precip Prob. to reduce the size of the table.
- Temperature and Current Temperature have been changed to Temp (F) to reduce the size of the table.
Hourly changes
- Added Day to the output.