challonge-api-js

Challonge JS SDK

Usage no npm install needed!

<script type="module">
  import challongeApiJs from 'https://cdn.skypack.dev/challonge-api-js';
</script>

README

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