1.0.7 • Published 5 years ago

weather-monitor v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Description

With the Weather Forecast API. you can get the forecast of any location easily. You don't have to provide coordinates just pass the location name in the function and get the forecast.

The forecast units will be returned based on the location

Getting Started

Install the module with: npm i weather-monitor

Example

  const getForecast = require("weather-monitor");

   let data = getForecast("srinagar");
   console.log(data);

Response

 {
        temperature: 12.77,
        rainProbability: 0,
        humidity: 0.73,
        windSpeed: 1.96,
        cloudCover: 0.2,
        visibility:5,
        forLocation: 'Srinagar Kashmir'

   }
1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago