1.0.7 ā€¢ Published 2 years ago

@diagoriente/email-domain-levenshtein v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

email-domain-levenshtein

šŸ“­ Suggest email address based on the Levenshtein distance between the given address and a list of popular domains.

Table of Contents

Installation

To install, you can use npm:

$ npm install --save @diagoriente/email-domain-levenshtein
$ yarn add @diagoriente/email-domain-levenshtein

Examples

Here is a simple example of @diagoriente/email-domain-levenshtein:

import suggest from "@diagoriente/email-domain-levenshtein";

suggest("hello@yahop.com");
// return "hello@yahoo.com"

Demo

There is a demo hosted on CodeSandbox.

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago