This package has been deprecated

Author message:

Replaced by @shift-code/get

shift-code-source

0.1.1 • Public • Published

Shift Code Source

Get active Borderlands SHiFT codes

Install

npm install shift-code-source

Usage

getShiftCodes(): AsyncGenerator<ShiftCode>

Create an AsyncGenerator of active SHiFT codes.

import {getShiftCodes} from 'shift-code-source';

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

Source Attribution

Readme

Keywords

none

Package Sidebar

Install

npm i shift-code-source

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

8.52 kB

Total Files

11

Last publish

Collaborators

  • trs