Challonge JS SDK
npm install challonge-api-jsbash
$ npm install challonge-api-js
`
Usage
Every type available for Challonge is available with this SDK. So if I wanted to get my tournaments, I would use
`
import { Tournaments } from "challonge-api-js";
const tournmanet = Tournament.get(id: 2944894);
``