Module to get "Cat facts' data (https://alexwohlbruck.github.io/cat-facts/docs/endpoints/facts.html)
npm install get-cat-factsor
> npm i get-cat-facts
Include in your project
> const catFacts = require('get-cat-facts')
or
> import catFacts from 'get-cat-facts
Next, use with or without parametres (number of facts)
> const results = await catFacts.random([number])