@overbind/overscrap
v0.1.8
Published
Modern API to fetch player data from the official Overwatch website.
Readme
OverScrap
Modern API to fetch player data from the official Overwatch website.
Using typescript and puppeteer.
Install
npm i @overbind/overscrapAPI
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.
