Soundex phonetic algorithm
npm install soundex-phonetics
``sh$ npm install soundex-phonetics`
sh$ npm install soundex-phonetics
`jsvar soundex = require( 'soundex-phonetics' )`
jsvar soundex = require( 'soundex-phonetics' )
`jsif( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) { // It sounds similar!}``
jsif( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) { // It sounds similar!}