Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yorkie/node-postfix
- Owner: yorkie
- Created: 2014-02-14T07:16:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T14:58:00.000Z (over 10 years ago)
- Last Synced: 2024-10-19T19:30:30.497Z (24 days ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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