/countdown

Exponential countdowner

Primary LanguageJavaScript

Node JS Countdown


A small javaScript that runs a countdown where the time between each countdown - 100 - 0 decrease with exponential value

Use

  • Download file
  • Navigate to file path folder in console
  • run the following command:
node countdown.js [seconds]

Example:

To start a countdown for 35 seconds enter

node countdown.js 35

Technology