letter-opener-express

1.0.1 • Public • Published

node-letter-opener-express

Bindings into letter-opener sufficient for an Express 4 application.

NPM version

Installation

$ npm install letter-opener-express

Quick Start

var letterOpener = require('letter-opener-express')
 
var letterOpenerConfig = {
  app: app
, storageDir: 'tmp'
}
 
letterOpener(letterOpenerConfig)

Contributors

Author: Ethan Garofolo

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i letter-opener-express

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ethangarofolo