README
Nodetutorial
Nodetutorial ...
Features
- Import list of words into an arrray called words
- [] Search through a list of words through a string and return a list of suggestions
- [] Record the string that was searched for (for stats and graphs)
Test.js
var assert = require('assert');