Skip to content

suzshiro1024/clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Clock

A simple clock on Internet Browser such as Google Chrome, Microsoft Edge and so on.

Time & Location

2021-11-02 (2)

This clock gets UTC+9 from class "Date" on JavaScript.

This clock gets location from GeoLocation API. Due to the personal nature of the information, error messages are intentionally generated, but when actually used, current location is displayed.

StopWatch

2021-11-01

This stopwatch is accurate to 1 millisecond. START button: Starts the measurement. The function is blocked during measurement.

STOP button: Stop the measurement. The function is blocked when no measurement is being made.

RESET button: Resets the display time. The function is blocked when no measurement is being made.

Timer

2021-11-05 (1) 2021-11-05 (2)

This timer is accurate to 1 sec. TIMER SET button: Set the time. The function is blocked when there is no measurement.

START button: Starts the countdown at the set time. The function is blocked when the time is not set or countdown is not running.

STOP button: Stops the countdown when the time is up or in the middle of the countdown. The function will be blocked when the countdown is not running.

RESET button: Resets the displayed time.

World Time Clock

2021-11-25

Specify a time zone using UTC and display the time in that time zone.

Weather

Under Construction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published