Countdown timer four your`s deadlines
git clone https://github.com/xDiaym/deadlineClock.git # Clone repo
cd DeadlineClock
Now you should insert your deadline into the config.json file, as shown in the example below
{
"year": 1970,
"month": 0,
"day": 1,
"hour": 0,
"minute": 0,
"second": 0
}PLEASE NOTE THAT YOU NEED TO ENTER A MONTH - 1
Hour, minute, second fields are optional
npm install
npm start
This project is licensed under BSD 3 Clause