1.0.0 • Published 4 years ago

cityweather-generator-bdj v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

#Weather data generation package #Installation / Getting Started: ##Type the below command in your workspace terminal to install it

npm install cityweather-generator-bdj

#Example Code / Quick Start:

const {allTimeZones,timeForOneCity,nextNhoursWeather} = require("cityweather-generator-bdj");
allTimeZones(); //Generates the timezone of all cities
timeForOneCity(cityName); //Gives the time for one city
nextNhoursWeather(cityTimeDateName, hours, lastForecast);//Generates the forecast weather conditions

#Features: Can get the timezone of all cities Can get the time for one city provided the city name *Can get the forecast for the next five hours by providing the required parameters