amazing-quotes

1.0.12 • Public • Published

��Welcome to --> amazing-quotes
Created by - Anubhav

This package allows you to get Amazing Quotes by Famous People.

Installation
You can install this package via npm:
npm install amazing-quotes

How to use
You can use this package like this

const getRandomQuote = require('amazing-quotes');
// Example usage:
const quote = getRandomQuote();
console.log(quote.text); // Output: Random quote text
console.log(quote.author); // Output: Random quote author

/amazing-quotes/

    Package Sidebar

    Install

    npm i amazing-quotes

    Weekly Downloads

    3

    Version

    1.0.12

    License

    ISC

    Unpacked Size

    62.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • anubhav_codes