Markdown Github Flavored Wordcount =========== ###Project Info:

Louis Bouddhou, Alex Campbell, Josh Fermin, Edward Zhu.

Written for CSCI 3155 - Principles of Programming Languages

University of Colorado Boulder

###Use: 1. Download this directory. 2. Cd into the new directory. 3. run 'php wordcount.php filename.md or url/filename.md' 4. prints to console the amount of words in the given document. ###Example Usage: > php wordcount.php https://raw.githubusercontent.com/Zandrr/MDconverter/master/README.md ###Tests:

To run tests do the following:

1. cd into tests directory 2. > sh tests.sh