Simple Weather Service

Fix ToUInt64() in SimpleWeatherService.cpp.
Fix typo in SimpleWeatherService.md.
This commit is contained in:
Jean-François Milants
2023-12-23 20:47:53 +01:00
committed by JF
parent d56df38aeb
commit ca7d8a668d
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
## Introduction
The Simple Weather Service provide a simple and straightforward API to specify the current weather and the forecast for the next 5 days. It effectively replaces the original Weather Service (from InfiniTime 1.8) since InfiniTime 1.14
The Simple Weather Service provides a simple and straightforward API to specify the current weather and the forecast for the next 5 days.
It effectively replaces the original Weather Service (from InfiniTime 1.8) since InfiniTime 1.14.
## Service