Skip to content

Szarko/pangramEvaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pangram Evaluator

A simple application to determine whether an inputted string contains all the letters of the alphabet.

Requirements:
NodeJS required to run application.
'jasmine-node' NPM required to run test suite:
Installation: npm install jasmine-node -g
Instructions:
Usage:
Accepts 2 parameters:
1. Specified process type: Loop "-l" or Recursion "-r"
2. Input string

Example:
node app.js -l "Test this sentence for all letters of the alphabet."

Testing: jasmine-node used to test functionality of both process types.

Usage:
jasmine-node --verbose spec/pangramEvaluatorSpec.js

About

Pangram Evaluation Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published