Skip to content

naveencode108/w-weather-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

w-weather-info

w-weather-info is a simple and easy-to-use npm package for fetching weather information using the OpenWeather API. With just a few lines of code, you can get current weather data for any city!

Installation

To get started, install the package via npm:

npm install w-weather-info
import {getWeather} from 'w-weather-info'

let {data,error} = await getWeather ('city','api_key');
console.log(data);

About

An npm package to fetch current weather data for any location

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published