Is this legal?
sinbot
Member Posts: 232
I'm trying to think of a way to let the user check the weather for a particular area. The only method I can think of is to link weather.com to the open url action. Is this legal?
And are there any other methods to offer a realtime weather feature, especially within the app itself?
Comments
You could call an API to determine the weather - does weather.com have an open-facing API? They may! In such a case, yes, it would be legal.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
The difficulty is knowing the users's location. We don't expose those values yet so you wouldn't know the users' location for the weather.
Since you'd have to proxy the request for weather info (to translate the weather API format to the GameSalad format), you could geolocate the IP address and use that for the weather information location.