This package has been deprecated

Author message:

Replaced by @shift-code/get

@shift-code/source

0.1.0 • 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

/@shift-code/source/

    Package Sidebar

    Install

    npm i @shift-code/source

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    6.99 kB

    Total Files

    11

    Last publish

    Collaborators

    • trs