fetch-weather-detail

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i fetch-weather-detail

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

5.12 kB

Total Files

3

Last publish

Collaborators

  • manisha.sivakumar