Skip to content

lxibarra/nodejs-anagram-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Anagram Solver

Build Status Coverage Status

Super simple app that allows you to add words to a dictionary and find matching anagrams.

  • npm install mocha istanbul -g
  • install project dependencies npm install
  • Generate local test coverage report run istanbul cover node_modules/.bin/_mocha app.spec.js
  • mocha app.spec.js or npm run start

About

Dictionary for adding and searching anagrams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published