This package has been deprecated

Author message:

package no longer supported

99damage-api

0.1.0 • Public • Published

99Damage API

A NodeJS API for 99damage.de

npm npm npm

How to install

npm install --save 99damage-api

How to use

var damage = require('99damage-api');

damage.getMatches(function(matches) {
    console.log(matches);
});

damage.getMatch(matchId, function(match) {
    console.log(match);
});

/99damage-api/

    Package Sidebar

    Install

    npm i 99damage-api

    Weekly Downloads

    0

    Version

    0.1.0

    License

    GNU

    Last publish

    Collaborators

    • derpierre65