Socket
Socket
Sign inDemoInstall

@time2win/bbt

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @time2win/bbt

providing latest-state models and advanced methods to interact with the BBT API


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@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"

Keywords

FAQs

Last updated on 29 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc