dog-facts

1.0.3 • Public • Published

dog-facts

Interesting dog facts (or not interesting)

Usage:

const dogFacts = require('dog-facts');
 
let randomFact = dogFacts.random();
// "Dogs have no sense of time."
 
let allFacts = dogFacts.all;
// [
//   "Puppies have 28 teeth and adult dogs have 42.",
//   "Hollywood’s first and arguably best canine superstar was Rin Tin Tin, a five-day-old German Shepherd found wounded in battle in WWI France and adopted by an American soldier, Lee Duncan. He would sign his own contracts with his paw print."
//   ...
// ]

Thanks:

Thank you very much for the original code: Vadim Demedes

Readme

Keywords

Package Sidebar

Install

npm i dog-facts

Weekly Downloads

153

Version

1.0.3

License

MIT

Last publish

Collaborators

  • fax1ty-acc