0.1.8 • Published 2 years ago

@overbind/overscrap v0.1.8

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

OverScrap

Modern API to fetch player data from the official Overwatch website.

Using typescript and puppeteer.

Install

npm i @overbind/overscrap

API

Create an instance

const scrapPlayer = await OverScrap.build('FusGaar', '1912', 'pc');

Example on how to retrieve data

const scrapPlayer = await OverScrap.build('FusGaar', '1912', 'pc');
const ranks = await scrapPlayer.getRanks();

Contribute

At this current time the API is primitive, so any issue or PRs are welcome.

No contribution rules has been set yet.

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago