Get random facts in your project with one function call
import fetchFacts from "@murangwapacifique/facts.js";
const fact = await fetchFacts(); // get one fact.
const facts = await fetchFacts({ limit: 10 }); // specify number of facts you want.
You can contribute by opening a pull request or add a new issue. Also you can support community by giving this repository a ⭐