Node JS library with Mobile Legends API. Installation NPM npm i -s karriejs YARN yarn add karriejs Usage const Karrie = require('karriejs'); Karrie.Heroes.getAll() .then(res => console.log(res)) .catch(error => console.log(error));