Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pacifiquem/facts.js

Get random facts in your project with facts.js
https://github.com/pacifiquem/facts.js

fact facts node npm package random

Last synced: 13 days ago
JSON representation

Get random facts in your project with facts.js

Awesome Lists containing this project

README

        

# ChartJS

Get random facts in your project with one function call

## Usage

```js
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 ⭐