CoffeeDoc — Module Index

Lipsum Command-line Interface

This module provides a CLI wrapper for the main module, allowing it to be easily used via anyone's login shell.

Functions

Lorem Ipsum Wrapper

Main entry point for the node-lipsum module. Provides wrappers for the Parser and Service classes as well as an easy method to get text from the lipsum.com service.

Classes

Lipsum Parser

Detects whether input is XML or JSON and parses accordingly. Parsing within the file provides the advantage of decoupling server calls with calls to the parser, as it is able to be agnostic to the format received. It cannot, however, parse HTML (nor should it have to).

Classes

Web Service for lipsum.com

Provides the low-level interface to the lipsum.com service.

Classes