Question

Is it possible to get a 7 day forecast for a location that the user will enter like "Madrid" from the weather app and then save it for scientific use later? In the best scenario I would like to have an if statement later on like this:

#define sunny 1

int monday;

if (monday == sunny) {

//analyze  and return data
}

I don't mind using a free API if I can't do it with the apple weather apps.

Thanks a lot!

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top