1.0.3 • Published 7 years ago

dog-facts v1.0.3

Weekly downloads
158
License
MIT
Repository
github
Last release
7 years ago

dog-facts

Interesting dog facts (or not interesting)

npm.io

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

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago