vibquotes

NPM Package which returns Quotes.

Usage no npm install needed!

<script type="module">
  import vibquotes from 'https://cdn.skypack.dev/vibquotes';
</script>

README

vibquotes

npm (scoped)

Generates a random quote for you.

Install

$ npm i vibquotes

Usage

  • getRandQuote() method returns an object of quote containing text and from.
    const vibquotes = require("vibquotes");

    console.log(vibquotes.getRandQuote());