Get motivational or funny quotes in a random order. Currently we they are statically generated.
npm i get_good_quotes
After installing pls make sure you have type:"module" in your package.json
....
"type":"module"
...
Now you can use it
import { getQuote } from "get_good_quotes";
console.log(getMotivationalQuote());
console.log(getFunnyQuote());