2.1.4 • Published 11 months ago

mcsr-ranked-api v2.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

2.1.1

11 months ago

2.1.4

11 months ago

2.1.3

11 months ago

2.1.0

11 months ago

2.0.0

11 months ago

1.6.0

1 year ago

1.2.4

1 year ago

1.3.2

1 year ago

1.2.3

1 year ago

1.3.1

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago