Replication of the command line app 'cal' written as a Node.js module.
Built using TDD with Mocha and Chai with Travis CI for distributed testing & Coveralls for test coverage.
###Requirements Installation of Node.js
###Usage
- Post clone, run
npm install
in the main directory - Calling
./cal.js
with no arguments returns the current month's calendar ./cal.js <year>
with a 4 digit year will return the year calendar for that year./cal.js <month> <year>
with month name, abbreviation or number and a 4 digit year will return that month's calendar.