fetch(“https://marine-api.open-meteo.com/v1/marine?latitude=34.25&longitude=135.15&hourly=wave_height,wind_speed_10m,wind_direction_10m”) .then(res => res.json()) .then(data => console.log(data))

コメント