https://github.com/igorhalfeld/realtime-clock
Simple clock with NodeJs
https://github.com/igorhalfeld/realtime-clock
Last synced: about 2 months ago
JSON representation
Simple clock with NodeJs
- Host: GitHub
- URL: https://github.com/igorhalfeld/realtime-clock
- Owner: IgorHalfeld
- Created: 2016-03-02T06:00:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T23:07:21.000Z (about 10 years ago)
- Last Synced: 2025-03-02T22:32:38.593Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Clock

## Start the clock
```sh
$ npm install
$ node app.js
```