Skip to content

harshjaiswal556/npm-weather-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published