1.0.1 • Published 1 year ago

@loybung/weatherapi v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Unofficial | Weatherapi

const { Weather } = require("@loybung/weatherapi");

(async () => {
	const weather = new Weather({ key: "API Key" });
	await weather.fetchCurrentWeather("Bangkok");

	console.log(weather.data);
})();
1.0.1

1 year ago

1.0.0

1 year ago