Ask-me-for-a-weekday is a nodeJS based command line application that asks you for the weekday of a particular date.
npm install ask-me-for-a-weekday
- Run the command:
npm start
-
Choose the diffuculty!
-
Enter the indices (0-6) of the weekdays!
- Run the command:
npm start [difficulty-number]
- Enter the indices (0-6) of the weekdays!
- 1 -> whole current year
- 2 -> whole current year and whole next year
- 3 -> 2000 - 2099
- 4 -> 1900 - 2099
- 5 -> 1900 - 2199
- 6 -> 100 - 2999