New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lfumo-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

lfumo-api

A modified version of the fumo-api

unpublished
latest
Source
npmnpm
Version
2.0.4
Version published
Maintainers
1
Created
Source

This is a fork of the fumo api, but better.

Added

  • A client class where all functions are passed
  • Cache systems

Install with npm install Leoxyzua/fumo-api#master or yarn add Leoxyzua/fumo-api#master

Example Usage

const { FumoClient } = require('fumo-api');

const client = new FumoClient(true);

// Wait a bit for the fumos to get cached
setTimeout(function () {
    console.log(`Random fumo: ${client.cache.random.URL}`)
}, 2500)

Keywords

fumo

FAQs

Package last updated on 09 Dec 2021

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