challonge-api-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Challonge JS SDK

Pre-requisites

Users should create and account at Challonge. Get an API token from Challonge. You can follow the instructions here Set the token as an environment variable named: CHALLONGE_API_KEY

Installation

$ 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);

Package Sidebar

Install

npm i challonge-api-js

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

11.1 kB

Total Files

15

Last publish

Collaborators

  • farosoft-open-source