{
"main": {
"temp": 2.92,
"temp_max": 5,
"temp_min": 0
},
"name": "Tokyo",
"weather": [
{
"description": "clear sky",
"id": 800
}
]
}
ch2 - 1 できあがるもの
ch2 - 2 利用するapiについて
Сurrent weather and forecast- OpenWeatherMap
会員登録
How to use API key in API call
{
"main": {
"temp": 2.92,
"temp_max": 5,
"temp_min": 0
},
"name": "Tokyo",
"weather": [
{
"description": "clear sky",
"id": 800
}
]
}
ch2 - 3 Git clone