Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bertrandom/email-obfuscator
- Owner: bertrandom
- Created: 2014-07-02T08:51:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T16:32:47.000Z (almost 6 years ago)
- Last Synced: 2024-08-11T00:30:18.258Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:
## License
MIT