postfix parser in email address for nodejs
npm install postfix
node-postfix 
============================================
postfix parser in email address for nodejs
``bash`
$ npm install postfix
`js``
var postfix = require('postfix');
var name = postfix('yorkiefixer@gmail.com');
MIT