cwt_quotes
v1.0.0
Published
If you feel de motivate then use this package for motivational quotes
Downloads
3
Maintainers
Readme
cwt_quotes
If you want to get random Motivational quotes than use this package
To install this package use below command
npm i cwt_quotes
After installing pls make sure you have type:"module" in your package.json
....
"type":"module"
...
Now you can use it
import {getQuote} from "cwt_quotes"
console.log(getQuote())