Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bertrandom/email-obfuscator

Obfuscates e-mail addresses with x's
https://github.com/bertrandom/email-obfuscator

Last synced: 23 days ago
JSON representation

Obfuscates e-mail addresses with x's

Awesome Lists containing this project

README

        

email-obfuscator
================

Obfuscates e-mail addresses with x's.

For example,

`[email protected]` becomes `[email protected]`

[![Build Status](https://travis-ci.org/bertrandom/email-obfuscator.svg?branch=master)](https://travis-ci.org/bertrandom/email-obfuscator)

## Usage

```
var obfuscate = require('email-obfuscator');
var obfuscatedEmail = obfuscate('[email protected]');
console.log(obfuscatedEmail);
```

should produce:

`[email protected]`

## License

MIT