panda-facts

1.0.3 • Public • Published

panda-facts

Interesting panda facts (or not interesting)

Usage:

const pandaFacts = require('panda-facts');

let randomFact = pandaFacts.random();
// "Pandas have lived on Earth for two to three million years."

let allFacts = pandaFacts.all;
// [
//   "The life span of giant pandas in the wild is approximately 20 years. Captive pandas may live to be 25-30 years old.",
//   "The eyespots of a giant panda cub are initially in the shape of a circle. As the cub grows, the circles become shaped like a teardrop."
//   ...
// ]

Thanks:

Thank you very much for the original code: Vadim Demedes

Readme

Keywords

Package Sidebar

Install

npm i panda-facts

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • fax1ty-acc