Replies: 4 comments 5 replies
|
If it can pull from Apple's Weather data on device, and send to my watch, that's preferable: No new location data about me goes to the Internet. If an alternative service is used and connects from my phone, the risk of tracking becomes a concern. I'd much rather set the location to monitor in the app (say, my town) rather than have the app piping out my current actual location to a web service. |
0 replies
|
@JenJell I've created a weather branch with your implementation, that way we could experiment with different APIs if we need to. |
0 replies
|
I'm going to close this discussion now because the weather service has been implemented. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
Following the release of InfiniTime’s new simple weather service API, I've been working on the code required for its integration. And while I have gotten the app transmitting weather data to the watch, I still don’t know what the best API for retrieving weather data would be. Though, if the number of app users is low enough, we could probably use Apple's WeatherKit. Anyway, if anyone has any suggestions they would like to share, that would be appreciated.
All reactions