Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

soundex-phonetics

jhermsmeier766MIT1.0.1

Soundex phonetic algorithm

soundex, phonetics

readme

Soundex

npm npm downloads build status

Install via npm

$ npm install soundex-phonetics

Usage

var soundex = require( 'soundex-phonetics' )
if( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) {
  // It sounds similar!
}