joshaven / string_score

JavaScript string ranking 0 for no match upto 1 for perfect... "String".score("str"); //=> 0.825
MIT License
840 stars 62 forks source link

Added NodeJS Support to string_score #18

Closed tarunc closed 11 years ago

tarunc commented 11 years ago

Just submitting the pull request to add NodeJS usage back to string_score.

I added 2 lines of NodeJS installation and usage to the readme but it seems like I ended up messing up a lot of the spacing in the readme. It doesn't affect how the readme looks on github so I didn't bother changing it back.

joshaven commented 11 years ago

Thanks for building in Node.js support! It's been quite a while since I used this with node (NPM didn't exist at that time).