0.1.1 • Published 8 years ago

loripsum v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

loripsum

Node wrapper for http://loripsum.net/

Call with option object, the following params are used

  • paragraphCount - (integer) - The number of paragraphs to generate.
  • paragraphLength - short, medium, long, verylong - The average length of a paragraph.
  • decorate - Add bold, italic and marked text.
  • link - Add links.
  • ul - Add unordered lists.
  • ol - Add numbered lists.
  • dl - Add description lists.
  • bq - Add blockquotes.
  • code - Add code samples.
  • headers - Add headers.
  • allcaps - Use ALL CAPS.
  • prude - Prude version.
  • plaintext - Return plain text, no HTML.