capybaras
v1.0.6
Published
An npm package created using js to get capybara images, facts, quotes, memes etc.
Downloads
1
Readme
Are you tired of finding different packages for capybara facts, quotes, memes & images? This package is for you! This is an all-in-one package created in javascript that has a collection of capy facts, memes, images etc.
The package is currently in development, so there's only CapybaraFacts
function right now.
The function has two strings in it i.e
content
that is the fact &number
that is the fact number. Here's an example code explaining how you can use this package:
const capybaras = require("capybaras");
const RandomFact = capybaras.CapybaraFacts();
console.log("Fact No." + `${RandomFact.number},` + " Content:" + RandomFact.content);