bard

League of Legends API Interface

Usage no npm install needed!

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

README

bard

League of Legends API interface

NPM

Usage

const bard = require('bard')
let bardInstance = bard('YOUR-RIOT-API-KEY', 'API-KEY-REGION')
bardInstance.statusAll().then((resp) => console.log(resp)) // Each bard method is a promise!