weather-api-plus

1.0.5 • Public • Published

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

Name Info Use
country Entering Country Name and Finding Country's Weather Information {country: "Azerbaijanian"}
Days Enter days to Check since Information {days: 3}
Ip Tracks Weather info With IP Adress {ip:true,ipAdress:"0.0.0.0"}

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

Package Sidebar

Install

npm i weather-api-plus

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • nicatdcw