352.5.
352.5.1. リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
from("direct:start")
.to("yql://select wind, atmosphere from weather.forecast where woeid in (select woeid from geo.places(1) where text='chicago, il'");
{
"query":{
"count":1,
"created":"2017-11-01T19:37:26Z",
"lang":"en-US",
"results":{
"channel":{
"wind":{
"chill":"32",
"direction":"165",
"speed":"22"
},
"atmosphere":{
"humidity":"71",
"pressure":"994.0",
"rising":"0",
"visibility":"16.1"
}
}
}
}
}
|
|
|
|
|
|