Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armanidrisi/quotegen
https://github.com/armanidrisi/quotegen
api css javascript node-package node-quotegen nodejs nodejs-modules npm npm-module npm-package quote-generator quote-generator-package
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/armanidrisi/quotegen
- Owner: Armanidrisi
- License: mit
- Created: 2023-04-18T18:48:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-17T10:07:46.000Z (over 1 year ago)
- Last Synced: 2024-11-21T11:10:45.987Z (about 1 month ago)
- Topics: api, css, javascript, node-package, node-quotegen, nodejs, nodejs-modules, npm, npm-module, npm-package, quote-generator, quote-generator-package
- Language: TypeScript
- Homepage: https://armanidrisi.github.io/quotegen/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📚 Quotegen
[![npm downloads](https://img.shields.io/npm/dt/node-quotegen?color=blue&logo=npm)](https://www.npmjs.com/package/node-quotegen)
[![npm version](https://img.shields.io/npm/v/node-quotegen?color=blue&label=npm%20version&logo=npm)](https://www.npmjs.com/package/node-quotegen)
[![GitHub stars](https://img.shields.io/github/stars/Armanidrisi/quotegen?style=flat-square&logo=github)](https://github.com/Armanidrisi/quotegen/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/Armanidrisi/quotegen?style=flat-square&logo=github)](https://github.com/Armanidrisi/quotegen/network/members)
[![GitHub issues](https://img.shields.io/github/issues/Armanidrisi/quotegen?style=flat-square&logo=github)](https://github.com/Armanidrisi/quotegen/issues)
[![GitHub license](https://img.shields.io/github/license/Armanidrisi/quotegen?style=flat-square&logo=github)](https://github.com/Armanidrisi/quotegen/blob/master/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/Armanidrisi/quotegen?style=flat-square&logo=github)](https://github.com/Armanidrisi/quotegen/graphs/contributors)
[![quotegen](https://img.shields.io/badge/quotegen-awesome-blueviolet?style=flat-square&logo=github)](https://github.com/Armanidrisi/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:
```BASH
npm install node-quotegen
```## 💻 Usage
```js
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 :rocket:
- 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.](https://github.com/Armanidrisi/quotegen)