1.1.0 • Published 3 years ago

battlemetrics v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Battlemetrics API Wrapper

A Promise-Based Battlemetrics API Wrapper
Very much a work in progress project, New Versions will be released Daily so make sure to stay up to date.

Full docs available at https://blained-dev.github.io/bm-api/

How to use

Install it through your favorite package manager:

yarn add battlemetrics
# or
npm i battlemetrics

Here's a quick example of usage:

const { BattlemetricsClient } = require('battlemetrics');

//Not a valid API Key
const Battlemetrics = new BattlemetricsClient({
    apiKey: 'N68Gg9uM5wvabSzV9SwFVz4fvvgnpSii25FfJqZefXXe4NYUe3Sb6',
});

Battlemetrics.getBanInfoById('15510636').then((res) => {
	console.log(res);
}).catch((err) => {
    console.log(err)
});
1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago