0.5.0 • Published 2 years ago

@shift-code/get v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@shift-code/get

Get active Gearbox SHiFT codes

Install

npm install @shift-code/get

Usage

getShiftCodes(): AsyncGenerator<ShiftCode>

Create an AsyncGenerator of active SHiFT codes.

import {getShiftCodes} from '@shift-code/get';

for await (const shift of getShiftCodes()) {
  console.log(shift.code);
}

Source Attribution

0.5.0

2 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.4.0

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago