New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generate-quote

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-quote

A simple NPM Package which returns Inspirational Quotes. Get your daily quote and stay motivated!

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
86
increased by120.51%
Maintainers
1
Weekly downloads
 
Created
Source

generate-quote

NPM VERSION GitHub license NPM MODULE npm collaborators Snyk Vulnerabilities for npm package version GitHub issues

A simple npm Package which returns random Inspirational Quotes. It provides awesome quotes to display in your application. Get your daily quote and stay motivated :)

GitHub code size in bytes npm GitHub last commit GitHub top language Maintenance

Click here to view this package on NPM registry. Check the homepage here.

Getting started

NPM

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

Installation is done using the npm install command:

$ npm install generate-quote

Usage

usage

  • getQuote() method returns an object containing text and author.
{
  "text": "The only people who never fail are those who never try.",
  "from": "Ilka Chase"
}
const { getQuote } = require("generate-quote");

console.log(getQuote());

GMAIL

Checkout this to view works by other developers who've used this module.

Want to contribute?

Open Source Love PRs Welcome

Please check issues here!

[ISSUE #2] : Add More Inspirational Quotes (Recommended for beginners)

MIT © Jasbir Rajrana

Built with Love Jasbir Rajrana Jasbir Rajrana


   _____ _                _____                 _              _
  / ____| |              |_   _|               (_)            | |
 | (___ | |_ __ _ _   _    | |  _ __  ___ _ __  _ _ __ ___  __| |
  \___ \| __/ _` | | | |   | | | '_ \/ __| '_ \| | '__/ _ \/ _` |
  ____) | || (_| | |_| |  _| |_| | | \__ \ |_) | | | |  __/ (_| |
 |_____/ \__\__,_|\__, | |_____|_| |_|___/ .__/|_|_|  \___|\__,_|
                   __/ |                 | |
                  |___/                  |_|

Let's get connected if we share the same views! Invite me to connect on LinkedIn.

Instagram LinkedIn


Stay Motivated Think Big Work Hard

Keywords

FAQs

Package last updated on 28 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc