location
weather
detail
sunrise
You need an API key for openweathermap.org here
var c = document.getElementById("myCanvas");
var ctx = c.getContext("2d");
ctx.beginPath();
ctx.arc(100, 100, 100, 400, 400 * Math.PI);
ctx.stroke();
let a=askWeather();
ctx.strokeText("Hava Durumu", 50, 50);
ctx.strokeText(a+" ", 50, 100);