Corpstats basic example

node v6.17.1
version: 1.0.1
endpointsharetweet
Simple example of pulling Alliance data.
var corpstats = require("corpstats"); await corpstats.Pull( corpstats.API.Alliance(99006319).Kills(2017, 5) ).then(kills => `Wingspan deliveries in may 2017: ${kills.length}`);
Loading…

no comments

    sign in to comment