1.0.0 • Published 3 years ago

free-facts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

freeFacts

A NPM Package for quotes. The database currently includes more than 15000 facts.

freefactsdk library is just wrapper around https://github.com/AmitGujar/freeFacts

Install

npm install freeFacts

Usage

Get random fact

const { getRandomFacts } = require("freefactsdk");

getRandomFacts()
  .then((fact) => {
    console.log(fact);
  })
  .catch((err) => {
    console.log(err);
  });

Contributing

All feedback and contributions are welcome!

1.0.0

3 years ago