1.2.0 • Published 1 year ago

random-quotes-generator-hehe v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Usage

Import the package into your Node.js application and call the getRandomQuote() function to get a random quote.

Example

const getRandomQuote = require('random-quotes-generator-hehe');

getRandomQuote().then(quote => {
    console.log(quote);
});
// Output: "The only way to do great work is to love what you do. - Steve Jobs"
1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago