Question

i have searched on stackoverflow and pretty much got some decent api's for weather forecast,but all i want to know is whether these api's provide me the images according to the condition of the weather (e.g if it is raining it should show an image with a cloud with raindrops) Or should i have to create the images myself and use them programmatically and switch the images according to the weather conditions?

Was it helpful?

Solution

Most APIs that I have seen allow for either option. The company I work for has a consume website (WeatherTrends360) which currently has an API in private beta - send an email to support @ that domain if you are interested in signing up for the beta - and we return a full url to the appropriate icon hosted on our CDN as well as a string to represent the weather classification which can be used to point to an icon your app uses.

Weather Underground's API does the same thing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top