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