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