Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/node-postfix

postfix parser in email address for nodejs
https://github.com/yorkie/node-postfix

Last synced: 5 days ago
JSON representation

postfix parser in email address for nodejs

Awesome Lists containing this project

README

        

node-postfix [![Build Status](https://travis-ci.org/yorkie/node-envm.png)](https://travis-ci.org/yorkie/node-postfix)
============================================

[![NPM](https://nodei.co/npm/postfix.png?stars&downloads)](https://nodei.co/npm/postfix/) [![NPM](https://nodei.co/npm-dl/postfix.png)](https://nodei.co/npm/postfix/)

postfix parser in email address for nodejs

### Installation

```bash
$ npm install postfix --save
```

### Usage

```js
var postfix = require('postfix');
var name = postfix('[email protected]');
```

### License

MIT