fat-fingered
v1.0.0
Published
Find common email typing mistakes
Downloads
141
Maintainers
Readme
fat-fingered
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('[email protected]') // [ 'gmail' ]
fatFingered('[email protected]') // [ '.com' ]
fatFingered('[email protected]') // []
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT