This module provides a CLI wrapper for the main module, allowing it to be easily used via anyone's login shell.
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.
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).
Provides the low-level interface to the lipsum.com service.