Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 994 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 994 Bytes

Build Status Coverage Status #node-cal

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.