vadimdemedes / cat-facts

Interesting cat facts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interesting cat facts

License:MIT License


Languages

Language:JavaScript 100.0%