usau-tournaments
v0.1.3
Published
JS wrapper around USAU tournament information
Downloads
2
Readme
usau-tournaments
JS wrapper around USAU tournament information
Installation
npm install usau-tournaments --save
Usage
var ut = require('usau-tournaments');
var success = function(obj) { console.log(obj.tournaments); };
var failure = function(err) { console.log("An error occurred: " + e); };
ut.getTournaments(success, failure);
Tests
TODO
Contributing
TODO
Release History
- 0.1.3 Initial release