Commit graph

35 commits

Author SHA1 Message Date
79b80b9916 Remove useless static options
It's the default now
2023-09-07 12:58:55 +02:00
a678726684 Generate server static executable 2023-09-07 12:53:21 +02:00
9108d2cb03 Fix display issue when departures is an empty list 2022-10-02 19:53:18 +02:00
81139dc91a Fix issue in params decoding 2022-10-02 19:38:36 +02:00
7fb0d641b8 Add handler for Mattermost 2022-09-28 18:51:50 +02:00
a0d471bbea Fix issue when base_departure_date_time is missing 2022-09-22 13:49:52 +02:00
6dd42c3331 Improve parameter decoding 2022-09-22 13:49:21 +02:00
fb6cc611c7 Handle API error more gracefully 2022-09-20 21:43:30 +02:00
e223a736e1 Add logs and fix issues where the server is crashing 2022-09-20 19:36:01 +02:00
c21bbbb559 Smaller docker image for deployment 2022-09-19 22:20:25 +02:00
4516614a8b Use Accept header to determine output format 2022-09-19 21:32:33 +02:00
842468cf53 Add HTTP server app 2022-09-19 19:46:26 +02:00
eeeea1bb8d Remove extraneous colon 2022-09-19 19:36:16 +02:00
476dd885d1 Fix Markdown display 2022-09-15 17:41:24 +02:00
e453a54ecb Ignore compiled static binary 2022-09-12 20:45:36 +02:00
0329f4d696 Move command-line argument parsing to another function 2022-09-12 20:45:32 +02:00
aacd35d766 Move remaining display-related code 2022-09-12 20:33:21 +02:00
6a36bc72e6 Update Dockerfile to new organization 2022-09-12 18:42:08 +02:00
8c68491550 Group functions in submodules 2022-09-12 18:08:58 +02:00
0f6e22bf6a Add a newline before the table in Markdown rendering 2022-09-12 16:43:35 +02:00
fda72624d1 Add build script for the standard package manager 2022-09-11 12:27:33 +02:00
971edb23ad Update 2022-09-11 11:55:48 +02:00
3420497586 Add parameter to choose the date and time of query 2022-09-11 11:50:43 +02:00
e574ac6251 Add styling to output 2022-09-10 21:51:02 +02:00
f822211000 Reword display of train station name 2022-09-10 21:35:52 +02:00
f2defe4ad7 Handle missing disruption messages 2022-09-10 21:34:36 +02:00
9c46c0c552 Automatically adjust table width 2022-09-10 21:34:18 +02:00
d3ec8a9f65 Define a structure to hold departure information 2022-09-10 21:13:34 +02:00
1e47b776ab Allow searching for stations by name 2022-09-09 23:35:55 +02:00
696a2a1abc Only display perturbations headers if there are some 2022-09-09 22:50:21 +02:00
ab4073f31f Read the SNCF authentication key from an environment variable 2022-09-09 22:45:13 +02:00
efb0c4d1fe Display unicode and markdown tables with a single function 2022-09-09 22:30:03 +02:00
d6d18ba43f Display disruption messages 2022-09-09 22:22:01 +02:00
b7701ddc1f Add README 2022-09-09 08:32:07 +02:00
fc353daf52 Initial commit 2022-09-08 21:01:55 +02:00