lolhuman-api
v1.0.3
Published
Library wrapper for https://api.lolhuman.xyz
Downloads
66
Maintainers
Readme
LoL Human Rest APIs
A simple Javascript module for website LoL Human Rest APIs.
Installation
Before install and using this module, please download and install Node.js.
$ npm install lolhuman-api@latest
Usage
const { LoLHuman } = require('lolhuman-api')
const lolhuman = new LoLHuman('YOUR_APIKEY')
lolhuman
.jadwalSholat('yogyakarta')
.then((res) => {
console.log(res)
})
.catch((e) => {
console.error(e.message)
})