weathers-data-api
Version:
A simple Node.js package to fetch real-time weather data and outfit suggestions based on temperature.
22 lines (14 loc) • 474 B
Markdown
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.
Install the package using **npm**:
```sh
const { getWetherData } = require("weathers-data-api");
const {city} = req.body;
const result = await getWetherData(city);
exp
{
"city": "Noida"
}