1.2.1 • Published 6 years ago

quotehandler v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

QuoteHandler

A module made to make/format simple quotes.

Installation

npm install quotehandler --save

Usage

var easy = require("quotehandler")
easy.quote("This is a quote", "username of quote goes here")  //formats a quote

easy.generate()  //picks a random quote that was pre-made

Future plans

  • add a function to customize layout of quote

  • allow to be used on multiple platforms and not just in console

Release History

  • 1.2.1 * Fixed a small issue in README that bothered me
  • 1.2.0 * Added 3 preset quotes for the new generate function
  • 1.1.4 * Fixed the description in package.json
  • 1.1.3 * Last time i'm fixing README
  • 1.1.2 * Fixed README even more...
  • 1.1.1 * Fixed README
  • 1.1.0
    • Added README
  • 1.0.0
    • First functions published
1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago