gashlycrumb

1.0.1 • Public • Published

Gashlycrumb Tinies

Gashlycrumb Tinies, by Edward Gorey

Insert a little Gorey into your day, and your day will be better.

Usage

There are two ways to use this.

Line Generator

You can use this to generate the lines of the poem. Amy will follow Zillah.

var tinies = require('gashlycrumb').read();
 
tinies.next(); // "A is for AMY who fell down the stairs"
tinies.next(); // "B is for BASIL assaulted by bears"

Connect-based handler

You can also drop in a handler for any connect-based frameworks, like Restify or Express. Anything that uses a (req, res, next) signature.

var gashlycrumb = require('gashlycrumb');
app.get('/gashlycrumb', gashlycrumb.handler());

Info

Don't sue me, bro. Everyone should definitely purchase the wonderful book by Edward Gorey.

/gashlycrumb/

    Package Sidebar

    Install

    npm i gashlycrumb

    Weekly Downloads

    5

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • spenuke