1.0.7 • Published 3 years ago

@diagoriente/email-domain-levenshtein v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago