Added fetchWeatherHourly functionality to Weather.gov provider (#2933)

Added fetchWeatherHourly functionality to:
 modules/default/weather/providers/weathergov.js
This commit is contained in:
dWoolridge
2022-10-06 02:56:32 -05:00
committed by GitHub
parent f434be3d44
commit a86e27a12c
2 changed files with 62 additions and 2 deletions

View File

@@ -9,9 +9,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
_This release is scheduled to be released on 2023-01-01._
Special thanks to: @rejas, @sdetweil
### Added
- Added test for remoteFile option in compliments module
- Added hourlyWeather functionality to Weather.gov weather provider
### Removed