1.0.2 • Published 8 years ago

cat-facts v1.0.2

Weekly downloads
226
License
MIT
Repository
github
Last release
8 years ago

cat-facts

Build Status

Interesting cat facts

npm.io

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