2.0.0 • Published 4 years ago

challonge-node-ng v2.0.0

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

challonge-node-ng

A fork of a node.js library for Challonge API.

Requirements

Tested with:

  • Node 8.7.0
  • npm 5.5.1

Installation

npm install challonge-node-ng

Usage

See tests for full usage

Setup

var ChallongeAPI = require('challonge-node-ng');
var challonge = ChallongeAPI.withAPIKey(<API_KEY>);

or

import ChallongeAPI from 'challonge-node-ng';
const challonge = ChallongeAPI.withAPIKey(<API_KEY>);

Create tournament

challonge.tournaments.create(<NAME>, <URL>).then(function(tournament) {
  console.log(tournament.id);
}

Testing

npm run test

License

challonge-node-ng is available under the MIT license. See the LICENSE file for more info.

2.0.0

4 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago