1.0.0 • Published 3 years ago

cat-facts.js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cat-facts.js

cat-facts.js utilizes the Cat-Facts API to give users facts about cats

Installation

npm i cat-facts.js

Usage

const cats = require("cat-facts.js")
cats().then(console.log);
// Or
(async () => {
    let catFacts = await cats();
    console.log(catFacts);
})();

License

cat-facts.js is Licensed under the MIT License

1.0.0

3 years ago