1.0.2-MOVED • Published 5 years ago
ftc-npm v1.0.2-MOVED
The first-npm package is mainly for ultilizing the FIRST Robotics API in a Node.JS environment.
Follow @javathehutts on Twitter for important announcements.
Installation
To install prebuilt first-npm binaries, use npm:
npm install first-npm --saveProgrammatic usage
If you require first-npm inside
your Node Application this to spawn an first-npm reference from inside your Node scripts:
//Spawn the first-npm Node module within your Node script
const First = require("first-npm");
//Used to login to the FIRST Robotics API (More Information Below)
const ftc = new First("username", "API-Key");
//Grab the information associated with the team #14725 (Java The Hutts)
ftc.getTeam(14725).then((response) => {
console.log(response);
});Get your FIRST Robotics username and API-Key from the FTC and FRC API request pages respectively
License
When using the first-npm or other GitHub logos, be sure to follow the GitHub logo guidelines.