2.3.8 • Published 5 years ago

@pillowfication/eorzea-weather v2.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

eorzea-weather

Weather forecast for Eorzea. Forked from https://github.com/flowercartelet/eorzea-weather.

Usage

import EorzeaWeather from '@pillowfication/eorzea-weather'

const eorzeaWeather = new EorzeaWeather({ locale: 'en' })
eorzeaWeather.getWeather(EorzeaWeather.ZONE_EUREKA_ANEMOS, Date.now()) // false

Differences

  • Functions take numerical dates (e.g. Date.now()) instead of Date objects.
  • Regions have been added.
  • EorzeaWeather constructor no longer takes a zoneId. The zoneId must be provided in getWeather() calls.
  • _getWeather() added that returns a weatherId instead of the translated weather string.
2.3.8

5 years ago

2.3.7

5 years ago

2.3.6

5 years ago

2.3.5

5 years ago

2.3.4

5 years ago

2.3.3

5 years ago

2.3.2

5 years ago