bard League of Legends API interface 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!