Commit 845cc695 authored by Aaron Tidwell's avatar Aaron Tidwell

update readme with dev instructions

parent b38dd073
......@@ -9,7 +9,7 @@ $ npm install challonge --save
### Get all tournaments on your account
```js
var challonge = require('./node-challonge');
var challonge = require('challonge');
var client = challonge.createClient({
apiKey: '***yourAPIKey***'
......@@ -101,18 +101,10 @@ tournament: { tournament_type: 'single elimination' }
$ npm test
```
## TODO
1. validate required params
2. docs
3. tests
## Bugs in the API / docs
Some minor gatchas:
### Issue Tracking
* 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment