/Timer

Keeps recording the time till you stop it.

Primary LanguageC#

This is a Timer project.

It calculates the time till you stop the timer. There are 3 end points, They are GET requests.

("/timer") To get the ID of the timer running under ur command.

("/timer/stop/{id}") To stop the timer and get the time calculated since it started counting.

("/timer/reset/{id}") To reset your timer.

it works on the port 5000 in the localhost.