Releases: WesloTheWeb/weatherApp
release branch-v1.1.1
hotfix: Military time is now converted to standard time.
release-branch v1.1.0
Release version 1.1.0 notes:
- More information is now displayed on query, including conditions feel like, sunrise, sunset, and more.
- Date and time now displays the time in military time.
- Hourly breakdown is now available for the location! Includes hourly stats.
- Minor quality of life updates.
- Graphics denoting weather now added in the query results.
Note: If one is downloading this from directly from a release branch and this version, in order to run locally must obtain your own weather API key from https://www.weatherapi.com/. Once an account is created and API key is obtained, place it in the appropriate spot where the api fetch code is running in order to run this version locally, the same also applies if intending to fork this repo branch, do not expose your API key in your commits and instead use .env variables. Otherwise to see the latest live version of the app, go to the link in the 'About' section of the repo.
release-branch-v1.0.0
This is the initial release of the Weather App. Users may query a city name or zip code that will return the following:
- Current temperature in both imperial and metric system.
- Air quality index of Carbon and Oxygen.
- Humidity.
- Local date and time for the area.
- Current Visibility.
- What the current temperature feels like.
Note: If one is downloading this from a release branch, in order to run locally must obtain your own weather API key from https://www.weatherapi.com/. Once an account is created and API key is obtained, place it in the appropriate spot to run locally, but if intending to fork this repo branch, do not expose your API key in your commits and instead use .env variables. Otherwise to see the latest version of the app, go to the link in the 'About' section of the repo.