random-quote

A node.js library for generating random quotes

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
random-quote
510.0.16 years ago6 years agoMinified + gzip package size for random-quote in KB

Readme

NPM
Known Vulnerabilities
random-quote
A NodeJS library for generating random quotes

Install

npm i -g random-quote

Usage

const randomQuote = require('random-quote');

randomQuote()
  .then(quote => console.log(quote))
  .catch(err => console.error(err));
// [{"ID":2024,"title":"John C Jay","content":"<p>If all else fails, [working harder than anyone else] is the greatest competitive advantage of any career.</p>\n","link":"https://quotesondesign.com/john-c-jay/"}]