Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

SuchSoftware/node-letter-opener-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors