/Berlin-Clock

Typescript base Berlin-Clock

Primary LanguageTypeScript

Berlin Clock

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.

Getting Started

  • Clone the repository.
  • run 'tsc' (typescript compiler) from command line in the project folder
  • run 'node dist/run.js' to view the output.

Prerequisites

To run this project you would require node and typescript installed via npm.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details