@time2win/t2w
v1.4.17
Published
providing latest-state models and advanced methods to interact with the T2W API
Downloads
93
Maintainers
Readme
@time2win/t2w
providing latest-state models and advanced methods to interact with the T2W API. Models are included per default and can be imported directly from the package.
Requirements
NodeJS >= 18.x
Typescript >= 4.x
Usage
Install Package
npm install @time2win/t2w
Import Package
import Time2WinAPI from '@time2win/t2w';
import { T2WEvent } from '@time2win/t2w/models';
const api = new Time2WinAPI('YOUR-API-KEY');