1.0.0 • Published 10 months ago

get_good_quotes v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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());