Skip to content

Replication of the command line app 'cal' written as a Node.js module

License

Notifications You must be signed in to change notification settings

NewEvolution/node-cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Replication of the command line app 'cal' written as a Node.js module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published