Skip to content

pacifiquem/facts.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ⭐

Releases

No releases published

Packages

No packages published