An open API service indexing awesome lists of open source software.

https://github.com/snics/seneca-mffe

An email notification service with support for Foundation for Emails
https://github.com/snics/seneca-mffe

Last synced: about 1 year ago
JSON representation

An email notification service with support for Foundation for Emails

Awesome Lists containing this project

README

          

# seneca-effe [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> An email notification service with support for Foundation for Emails

## Installation

```sh
$ npm install --save seneca-effe
```

## Usage

```js
const senecaEffe = require('seneca-effe');

senecaEffe('Rainbow');
```
## License

MIT © [Nico Swiatecki](https://swiatecki.io)

[npm-image]: https://badge.fury.io/js/seneca-effe.svg
[npm-url]: https://npmjs.org/package/seneca-effe
[travis-image]: https://travis-ci.org/snics/seneca-effe.svg?branch=master
[travis-url]: https://travis-ci.org/snics/seneca-effe
[daviddm-image]: https://david-dm.org/snics/seneca-effe.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/snics/seneca-effe
[coveralls-image]: https://coveralls.io/repos/snics/seneca-effe/badge.svg
[coveralls-url]: https://coveralls.io/r/snics/seneca-effe