weathers-data-api
Version:
A simple Node.js package to fetch real-time weather data and outfit suggestions based on temperature.
23 lines (22 loc) • 473 B
JSON
{
"name": "weathers-data-api",
"version": "1.0.2",
"description": "A simple Node.js package to fetch real-time weather data and outfit suggestions based on temperature.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [
"weather",
"weather-data",
"weather-api",
"temperature",
"outfit-suggestion",
"forecast"
],
"author": "Ravi",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
}
}