Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 856 Bytes

File metadata and controls

35 lines (23 loc) · 856 Bytes

count-up-timer

A count up timer that counts up from a specific date.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Installing

First of all you have to clone the repository. Replace the values in the index.js file.

let utcYear = 2020,
    utcMonth = 1,
    utcDay = 1,
    utcHour = 0,
    utcMinute = 0,
    utcSeconds = 0;

Built With

Authors

  • Patrick Heid - Initial work - hdptrck

License

This project is licensed under the MIT License - see the LICENSE file for details