1.0.2 • Published 4 years ago

wowaffixes v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

wowaffixes

https://github.com/Jhosan7/wowaffixes/actions

Install

npm install wowaffixes

How to Use

Basic

Print currents affixs in EU

var wowaffixes = require('wowaffixes')
console.log(`This week: ${wowaffixes()}`)

Advanced

Print next week affixs in US in English

var wowaffixes = require('wowaffixes')
console.log(`Next week: ${wowaffixes('us','en',1)}`)

wowaffixes(region,lang,weeks)

  • region: eu or us (Default: eu)
  • lang: en,es,numbers (Default: en)
  • weeks: weeks offset number (Default: 0)

NodeJS NPM Package implementation from https://github.com/WFrancois/wow-affixes