Skip to content

✨Simple and fast fumo-api without dependencies.

Notifications You must be signed in to change notification settings

catvoides/getfumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

getfumo.js

✨Simple and fast wrapper of fumo-api without dependencies.

Install

yarn add getfumo.js/pnpm add getfumo.js/npm i getfumo.js

How to use examples

// get a random fumo
const { random } = require("getfumo.js");

random().then((response) => {
  console.log(response);
});
// get a specific fumo
const { one } = require("getfumo.js");

one('6128c5828caf0cf9a83f7506').then((response) => {
  console.log(response);
});
// get all fumos
const { all } = require("getfumo.js");

all().then((response) => {
  console.log(response);
});

About

✨Simple and fast fumo-api without dependencies.

Topics

Resources

Stars

Watchers

Forks