get_good_quotes
v1.0.0
Published
Get motivational or funny quotes
Downloads
12
Maintainers
Readme
get_good_quotes
Description:
Get motivational or funny quotes in a random order. Currently we they are statically generated.
To install this package use below command
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());