This is a console based demonstration of the Berlin-Clock in Typescript. To get a basic understanding as to how the Berlin Clock works please visit the WIKIPEDIA entry for the same.
- Clone the repository.
- run 'tsc' (typescript compiler) from command line in the project folder
- run 'node dist/run.js' to view the output.
To run this project you would require node and typescript installed via npm.
This project is licensed under the MIT License - see the LICENSE file for details