napperley
06/20/2018, 11:30 PMnapperley
06/20/2018, 11:35 PM./gradew build
. Ran build/konan/bin/linux_x64/weather.kexe again and it doesn't segfault this time, really weird.napperley
06/21/2018, 12:37 AM./weather -l="christchurch,nz"
Fetching weather information (for christchurch,nz)...
Response Status: HTTP/1.1 200 OK
Weather information:
{
"placeName": "Christchurch",
"countryCode": "NZ",
"humidity": 100,
"desc": {
"temp": 6,
"minTemp": 6,
"maxTemp": 6
},
"conditions": [{
"name": "Clear",
"desc": "clear sky"
}]
}
olonho
06/21/2018, 9:12 AMnapperley
06/22/2018, 1:59 AM