A small Pit Timer web server.
The Node.js runtime is required to execute the server. node.js v12.16.3
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
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"
}
]
}
]
}
- Ryan - Polaceka
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details