Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 435 Bytes

ChartJS

Get random facts in your project with one function call

Usage

    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.

Contributing

You can contribute by opening a pull request or add a new issue. Also you can support community by giving this repository a ⭐