Skip to content

Polaceka/Akira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akira

A small Pit Timer web server.

Requirements

The Node.js runtime is required to execute the server. node.js v12.16.3

Getting Started

After installing the Node.js, you can execute the application. Jump into the directory where the server.js file is located and execute the following command:

node server.js

Config

The data.json file needs to be edited.

{
    "groupe_count": 1,
    "group": [
      {
        "journeys_count": 2,
        "journey_times": [
          {
            "start": "May 18, 2020 00:35:00",
            "end": "May 20, 2020 00:40:00"
          },
          {
            "start": "May 20, 2020 23:20:00",
            "end": "May 20, 2020 23:30:00"
        }
      ]
    }
  ]
}

Built With

Authors

See also the list of contributors who participated in this project.

License

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

About

Pit Timer

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors