@time2win/bbt
v1.0.1
Published
providing latest-state models and advanced methods to interact with the BBT API
Downloads
7
Maintainers
Readme
@time2win/bbt
providing latest-state models and advanced methods to interact with the BBT 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/bbt
Import Package
import BlackBoxTimingAPI from '@time2win/bbt';
const api = new BlackBoxTimingAPI('YOUR-BBT-HOST');
Note: "YOUR-BBT-HOST" should be the hostname of your BBT instance, without protocol or route, just the IP/Host and if not 80, add the port, e.g. "localhost:8080", "localhost" or "192.168.1.100"