Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)