weathers-data
v1.0.1
Published
A simple Node.js package to fetch real-time weather data and outfit suggestions based on temperature.
Downloads
26
Maintainers
Readme
🌤 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:
const { getWetherData } = require("weathers-data");
const {city} = req.body;
const result = await getWetherData(city);
exp
{
"city": "Noida"
}