# node-postfix **Repository Path**: mirrors_yorkie/node-postfix ## Basic Information - **Project Name**: node-postfix - **Description**: postfix parser in email address for nodejs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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('yorkiefixer@gmail.com'); ``` ### License MIT