Skip to content
This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
/ TBA-API Public archive

Basic Node.JS API for match data from The Blue Alliance

Notifications You must be signed in to change notification settings

team4909/TBA-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TBA-API for Node.JS

Example Code

const tba = require("tba-js");

// Needs to follow this pattern:
// - `<team/person id>:<app description>:<version>`
tba.setAppID("frc4909:tba-api:v0.0.1");

tba.getMatches("2016", "casd", (data) =>{
    console.dir(data);
});

About

Basic Node.JS API for match data from The Blue Alliance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published