Skip to content

Gekd/busiest_time_calculator

Repository files navigation

Busiest time calculator

Calculator used to determine when most workers take breaks.

Steps to use this project:

  1. Clone the repository:

    git clone https://github.com/Gekd/busiest_time_calculator.git
  2. Navigate into the project directory:

    cd busiest_time_calculator
  3. Build the Docker image:

    docker build -t busiest_time_calculator .
  4. Run the Docker container:

    docker run -it busiest_time_calculator

    Or, if you want to use an external .txt file:

  5. Run the Docker container with a volume mount:

    docker run -it -v "<path-to-your-txt-file>:/data" busiest_time_calculator

    Insert into command line:

    /data/(your .txt file name)

Time entry format <start-time><end-time> (i.e 11:1512:00)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published