0.0.2 • Published 1 year ago

node-quotegen v0.0.2

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

📚 Quotegen

npm downloads npm version GitHub stars GitHub forks GitHub issues GitHub license GitHub contributors quotegen

Quotegen is a Node.js package that provides an easy way to fetch quotes. You can get a random quote or a quote from a specific category.

🚀 Installation

You can install Quotegen using npm:

npm install node-quotegen

💻 Usage

const { getQuote } = require("node-quotegen");

// Get a random quote
const quote = getQuote();
console.log(quote);

// Get a quote from a specific category
const quoteFromCategory = getQuote("motivational");
console.log(quoteFromCategory);

📝 Categories

  • Attitude
  • Coding
  • Nature
  • Success
  • Friendship
  • Inspirational
  • Funny
  • Technology
  • Motivational

Features 🚀

  • Generates random quotes
  • Provides quotes by specific category
  • Supports multiple categories
  • Lightweight and easy to use

📖 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

If you would like to contribute to this project, please feel free to submit a pull request or open an issue on the GitHub repository.

0.0.2

1 year ago

0.0.1

1 year ago