cat-facts

1.0.2 • Public • Published

cat-facts

Build Status

Interesting cat facts

Installation

$ npm install cat-facts --save

Usage

const catFacts = require('cat-facts');
 
let randomFact = catFacts.random();
// 'Grown cats have 30 teeth'
 
let allFacts = catFacts.all;
// [
//   'Grown cats have 30 teeth',
//   'A group of cats is called a clowder'
//   ...
// ]

Tests

$ npm test

License

MIT © Vadim Demedes

Readme

Keywords

none

Package Sidebar

Install

npm i cat-facts

Weekly Downloads

83

Version

1.0.2

License

MIT

Last publish

Collaborators

  • vdemedes