1.0.2 • Published 3 years ago

fetch-weather-detail v1.0.2

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

Class with data and functions for timezones

Installation

$ npm install fetch-weather-detail

API

var WeatherForTimeZones = require("fetch-weather-detail");

Example timeZone.js:

var WeatherForTimeZones = require("fetch-weather-detail");
const WeatherIns = new WeatherForTimeZones();
WeatherIns.getWeather("Nome", "America/Nome", -19, 10), //@params cityName,TimeZone,minTemperature,maxTemperature