Closed bitsofparag closed 9 years ago
Hello @paragmajum, I just tried your example in requirebin.com and it does work.
var fuzzy = require('clj-fuzzy');
console.log(fuzzy.phonetics.metaphone('Michael'));
>>> MXL
Ah ok! I had used var clj_fuzzy
as the variable which was breaking the code (instead of var fuzzy
). I guess we can close this.
No problem @paragmajum.
To reproduce, run
var fuzzy = require('clj-fuzzy')
in requirebin.com - throws error.