get_good_quotes
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i get_good_quotes

Weekly Downloads

14

Version

1.0.0

License

ISC

Unpacked Size

6.21 kB

Total Files

8

Last publish

Collaborators

  • iampratik