campaign-terminal

1.0.4 • Public • Published

campaign-terminal

Terminal email provider for Campaign

install

npm i campaign-terminal -S

usage

using campaign.

var campaign = require('campaign');
var terminal = require('campaign-terminal');
var client = campaign({
  provider: terminal()
});
client.send(...) // as usual

terminal(mapper)

an optional mapper(model) function can be provided to transform the parts of the model we want to print to the terminal.

license

mit

Readme

Keywords

none

Package Sidebar

Install

npm i campaign-terminal

Weekly Downloads

48

Version

1.0.4

License

none

Last publish

Collaborators

  • bevacqua