README
lol-tournament-stats
lol-tournament-stats is a typescript library for aggregating the data and statistics from multiple tournament matches or even normal game matches.
Installation
npm install lol-tournament-stats
A library that aggregates stats from a League of Legends tournament using the response of the RiotAPI.
<script type="module">
import lolTournamentStats from 'https://cdn.skypack.dev/lol-tournament-stats';
</script>
lol-tournament-stats is a typescript library for aggregating the data and statistics from multiple tournament matches or even normal game matches.
npm install lol-tournament-stats