2.1.4 • Published 2 years ago

mcsr-ranked-api v2.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mcsr-api

npm.io npm.io npm.io npm.io

Usage

Documentation

Installation

npm install mcsr-ranked-api

Functions

const { ranked_api } = require("mcsr-ranked-api");

var api = new ranked_api();

const user = await api.getUserStats("user");
const user_versus = await api.getUserVersus("user1", "user2");

const leaderboard = await api.getGlobalLeaderboard();

const user_match = await api.getRecentMatch("user", { match_type, page, count });
const user_match_versus = await api.getVersusMatch("user1", "user2", { match_type, page, count });
2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.6.0

2 years ago

1.2.4

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago