1.0.1 • Published 2 years ago

weather-stats v1.0.1

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

npm-weather-stats

This npm package display the weather and location (latitutde and longitude) of city.

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install weather-stats

Use

Require the weather-stats module in the file, using this statement:

const getWeather = require("weather-stats");

After requiring weather-stats, call the function and pass the city name as a string parameter.

getWeather("delhi");

Now, run the code and see the result in the form of JSON.