Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debitoor/email-blacklist
List of commonly misspelled email domains
https://github.com/debitoor/email-blacklist
Last synced: 12 days ago
JSON representation
List of commonly misspelled email domains
- Host: GitHub
- URL: https://github.com/debitoor/email-blacklist
- Owner: debitoor
- Created: 2015-02-05T09:24:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T16:14:22.000Z (over 9 years ago)
- Last Synced: 2024-08-09T08:07:44.010Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 40
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# email-blacklist [![Build Status](https://travis-ci.org/e-conomic/email-blacklist.svg?branch=master)](https://travis-ci.org/e-conomic/email-blacklist)
List of commonly misspelled email domains.
npm install email-blacklist
## Usage
```javascript
var blacklist = require('email-blacklist');blacklist.contains('[email protected]'); // returns true
blacklist.contains('[email protected]'); // returns false
```## License
[MIT](http://opensource.org/licenses/MIT)