+ 1
find a website that offers weather data in json for example, then you simply need to read it with a filestream or a bufferedreader of whatever you prefer, parse the json and display it. there are pre built json libraries.
16th Nov 2017, 1:09 PM
Jeremy
Jeremy - avatar