UNPKG

weather-api-plus

Version:

a Weather API Service Module Package. Check: https://weather.nicat-dcw.xyz

13 lines (10 loc) 201 B
const weather = require("../main") module.exports = async () => { let da = await weather({ ip: true, ipAdress: "100.0.0.1", country: "Azerbaijan", days: 1 }) return console.log(da) }