Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Promised based NodeJS API for interacting with thebluealliance

License

Notifications You must be signed in to change notification settings

2729StormRobotics/tba-api-storm

Folders and files

NameName
Last commit message
Last commit date
Aug 26, 2020
Feb 15, 2018
Feb 13, 2018
Nov 6, 2017
Jul 15, 2019
Nov 6, 2017
Mar 16, 2020
Nov 23, 2016
Feb 13, 2018
Aug 15, 2020
Feb 13, 2018
Oct 12, 2020

Repository files navigation

NPM info

NPM version NPM downloads Dependencies Build Status

Quality Gate Maintainability Rating Reliability Rating Security Rating

Test Coverage Bug Count Vulnerabilities Code Smells

Simple NodeJS API to get data from thebluealliance

Note: All methods return Promises, so if you do not know what they are, read this article before continuing

Usage

Installation

npm install tba-api-storm

Intialization

The constructor takes in the data needed for the X-TBA-App-Id header, which is needed for the API requests (For more info on thebluealliance RESTful API, see this)

Method Overview

Dcoumentation and method calls for API v3 is in the form of docstrings for now.

Notes

Anyone who upgrades from version 1.0.6 to a newer version, please look at the method signatures for some have changed