1.1.14 • Published 4 years ago

99damage v1.1.14

Weekly downloads
28
License
ISC
Repository
github
Last release
4 years ago

99damage

A NodeJS API for liga.99damage.de

npm npm

How to install

npm install 99damage

How to use

import { Csgo99Damage } from "99damage/lib/99damage";

Csgo99Damage.login("username", "password").then(async (user) => {
    var season = await user.getCurrentSeason();
    var match = await user.getCurrentMatch();
    var division21Teams = await Csgo99Damage.getTeamsByDivision("2.1");
    var starter20Teams = await Csgo99Damage.getTeamsByDivision("Starter 20");
    var division1Teams = await Csgo99Damage.getTeamsByDivision("1");
    // ...
});
1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.14

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.1.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago