abdelrahmanali6 / Timer

Keeps recording the time till you stop it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Keeps recording the time till you stop it.


Languages

Language:C# 100.0%