Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Challonge
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Challonge
Commits
845cc695
Commit
845cc695
authored
Mar 14, 2017
by
Aaron Tidwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme with dev instructions
parent
b38dd073
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
readme.md
readme.md
+4
-12
No files found.
readme.md
View file @
845cc695
...
@@ -9,7 +9,7 @@ $ npm install challonge --save
...
@@ -9,7 +9,7 @@ $ npm install challonge --save
### Get all tournaments on your account
### Get all tournaments on your account
```
js
```
js
var
challonge
=
require
(
'
./node-
challonge
'
);
var
challonge
=
require
(
'
challonge
'
);
var
client
=
challonge
.
createClient
({
var
client
=
challonge
.
createClient
({
apiKey
:
'
***yourAPIKey***
'
apiKey
:
'
***yourAPIKey***
'
...
@@ -101,18 +101,10 @@ tournament: { tournament_type: 'single elimination' }
...
@@ -101,18 +101,10 @@ tournament: { tournament_type: 'single elimination' }
$
npm
test
$
npm
test
```
```
## TODO
### Issue Tracking
1.
validate required params
2.
docs
3.
tests
## Bugs in the API / docs
Some minor gatchas:
*
server 500s if trying to finalize() a tournament that has not yet been start()ed
Issues are tracked on github: https://github.com/Tidwell/node-challonge/issues
---
The
[
Zenhub Browser Plugin
](
https://www.zenhub.com/
)
is used to organize issues.
The structure of this api wrapper is ripped off from https://github.com/nodejitsu/nodejitsu-api
The structure of this api wrapper is ripped off from https://github.com/nodejitsu/nodejitsu-api
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment