lolhuman-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

LoL Human Rest APIs

NPM version NPM Install Size NPM downloads

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)
    })

Package Sidebar

Install

npm i lolhuman-api

Weekly Downloads

26

Version

1.0.3

License

ISC

Unpacked Size

34.4 kB

Total Files

24

Last publish

Collaborators

  • lolhuman