99damage-apideprecated

Get all matches from 99damage.

Usage no npm install needed!

<script type="module">
  import 9damageApi from 'https://cdn.skypack.dev/99damage-api';
</script>

README

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);
});