# 🌤 Weather Data API  

A lightweight **Node.js package** that provides **real-time weather data** for any city, 
including temperature, humidity, wind speed, visibility, and **outfit suggestions** based on 
the temperature.  

## 🚀 Installation  

Install the package using **npm**:  


```sh
const { getWetherData } = require("weathers-data");
const  {city} = req.body;
const result = await getWetherData(city);


exp

{
   "city": "Noida"
}