amateurhockeybot

Library for scraping hockey data from the internet

Usage no npm install needed!

<script type="module">
  import amateurhockeybot from 'https://cdn.skypack.dev/amateurhockeybot';
</script>

README

AmateurHockeyBot

npm version Package License NPM Downloads Build & Publish codecov stars forks HitCount

Library for scraping hockey data from the internet

Install

Nodejs 12 or higher need to be installed first

npm install amateurhockeybot

or

yarn add amateurhockeybot

Quick start

Type this into your ts file.

import { lnskutec } from 'amateurhockeybot';

console.log(lnskutec.matchListUrl('2925')); // show url

lnskutec.matchList('2925')
  .then(res => console.log(res));

console.log(lnskutec.matchUrl('62')); // show url

lnskutec.match('62')
  .then(res => console.log(res));

Sources

Source Speed Stability
lnskutec 🏒🏒🏒 🏒🏒🏒

License

Copyright © 2022 Dominik Hladik

All contents are licensed under the MIT license.