From c3c1685bdb188e111967c0bed8030afa53bb687e Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 21 Aug 2024 20:03:39 +0200 Subject: [PATCH] feat: add Travelynx service with train icon Added the new Travelynx service to the services.json file to allow users to log their rail journeys. Introduced a new train icon in SVG format to visually represent this service. This addition enhances the diversity of services offered, catering specifically to users interested in tracking rail journeys in Germany and Europe --- assets/dist/icons/train.svg | 1 + data/services.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 assets/dist/icons/train.svg diff --git a/assets/dist/icons/train.svg b/assets/dist/icons/train.svg new file mode 100644 index 0000000..48f2eb1 --- /dev/null +++ b/assets/dist/icons/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index 9bbdcc5..d284542 100644 --- a/data/services.json +++ b/data/services.json @@ -276,6 +276,24 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Travelynx", + "url": "https://traveling.coffee", + "homemade": false, + "tiny_description": "rail journey logger (German)", + "short_description": "Travelynx is a service for logging your rail journeys. (German)", + "long_description": "Travelynx is a service for logging your rail journeys, primarily for Germany and surrounding Europe. You can use it to keep track of the trains you've taken, and to view statistics about your trips.", + "status": "OK", + "links": [ + { + "name": "Go to Travelynx", + "url": "https://traveling.coffee" + } + ], + "icon": "train", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "AllTube", "url": "https://alltube.private.coffee",