🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

lolhuman-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lolhuman-api

Library wrapper for https://api.lolhuman.xyz

1.0.3
latest
npm
Version published
Weekly downloads
11
-8.33%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

lolhuman

FAQs

Package last updated on 25 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts