README
draven
Riot Games API implementation.
var draven = require('draven');
draven.champion
.findById(1337)
.then(
function (champion) {
// fulfilled
},
function (error) {
// rejection
}
)
;
Idea
- Setup quotes like http://leagueoflegends.wikia.com/wiki/Aatrox