1.0.2 • Published 3 years ago

challonge-api-js v1.0.2

Weekly downloads
346
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

1.0.1

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

1.0.0

3 years ago