1.0.5 • Published 2 years ago

weather-api-plus v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

WeatherAPI - Learn Weather Info a Basic Method.

  • Mention:
const weather = require("weather-api-plus")
  • Start The Code:
module.exports = async() => {
const check = await weather({
	country: "Azerbaijan", // All Locations Allowed But not armenia
	days: 3 //1,2,3,4,.....
})
console.warn(`Weather Info: ${check}`)

📎 | Functions

NameInfoUse
countryEntering Country Name and Finding Country's Weather Information{country: "Azerbaijanian"}
DaysEnter days to Check since Information{days: 3}
IpTracks Weather info With IP Adress{ip:true,ipAdress:"0.0.0.0"}

Contact: https://web.nicat-dcw.xyz

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago