fat-fingered

1.0.0 • Public • Published

fat-fingered

package version package downloads standard-readme compliant package license make a pull request

Find common email typing mistakes

Table of Contents

About

This package depends on fuzzyset to find mistakes in commonly used email addresses. It is used on the onboarding flow of Varsity Vibe.

Install

This project uses node and npm.

$ npm install fat-fingered
$ # OR
$ yarn add fat-fingered

Usage

import fatFingered from 'fat-fingered'

fatFingered('tiaan@gnail.com') // [ 'gmail' ]
fatFingered('t@hotmail.con') // [ '.com' ]
fatFingered('t@lalala.nanana') // []

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

Package Sidebar

Install

npm i fat-fingered

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

22.3 kB

Total Files

17

Last publish

Collaborators

  • tiaanduplessis