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. |
Beta Was this translation helpful? Give feedback.
-
@JenJell Thanks for all your work! While we can use WeatherKit, I think something like this free API may be better. We can get the device's location and then fetch the data accordingly. For example. |
Beta Was this translation helpful? Give feedback.
-
@JenJell I've created a weather branch with your implementation, that way we could experiment with different APIs if we need to. |
Beta Was this translation helpful? Give feedback.
-
I'm going to close this discussion now because the weather service has been implemented. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions