You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add web validator information to README (#1399)
* add web validator information to README.md
* Add Web validator video link
* update web client validator
* Update README.md
* organize and rename main section on README
* Update README.md
* small changes
* delete old validator demo
* Add files via upload
* update video
* typo
---------
Co-authored-by: isabelle-dr <[email protected]>
@@ -33,10 +35,17 @@ This is a cross-platform application written in Java that performs the following
33
35
3. Performs complete validation against the [GTFS Schedule standard](https://gtfs.org/schedule/reference/#h.hc443y62gb8c).
34
36
4. Provides an easy-to-use validation report in HTML format that can be opened in the browser and shared with other parties. See an [example of a validation report](https://htmlpreview.github.io/?https://github.com/MobilityData/gtfs-validator/blob/master/docs/report.html). The report is also available in JSON format that can be used for parsing and running additional analyses.
The GTFS Web Validator can be accessed at [https://gtfs-validator.mobilitydata.org/](https://gtfs-validator.mobilitydata.org/).
43
+
The GTFS Web Validator accepts locally saved datasets in a zip format and datasets available via the Web in an URL format.
44
+
Validation reports have a unique URL link that can be shared and are available 30 days after creation.
45
+
46
+
The GTFS Web Validator contains two main components: the GTFS Web Validator Client and the GTFS Validator Web Service. More information about these components can be found in [GTFS Web Validator Client](./web/client/README.md) and [GTFS Validator Web Service](./web/service/README.md).
47
+
48
+
# Using the Desktop app
40
49
### Setup
41
50
1. Navigate to the [Releases page](https://github.com/MobilityData/gtfs-validator/releases) and download the latest `Gtfs Validator` installer for your operating system:
42
51
* Windows => `.msi`
@@ -68,7 +77,7 @@ Before running validation, tap the `Advanced` button to configure other aspects
68
77
* Number of threads used to run the validator.
69
78
* The country code used for phone number validation.
70
79
71
-
# Run the app via command line
80
+
# Using the command line
72
81
### Setup
73
82
1. Install [Java 11 or higher](https://www.oracle.com/java/technologies/javase-downloads.html). To check which version of Java is installed on your computer, type the following command in the terminal: `java --version`.
74
83
2. Navigate to the [Releases page](https://github.com/MobilityData/gtfs-validator/releases) and download the latest `Gtfs Validator` CLI jar (not OS-specific). It is located in the **Assets** section of the release, and it looks like `gtfs-validator-vX.X.X_cli.jar`
@@ -90,7 +99,7 @@ More detailed instructions with all the parameters that exists are available on
90
99
### Visualize the results
91
100
In the output directory, the reports will be created as described [here](#visualize-the-results).
92
101
93
-
# Run the app using Docker
102
+
# Using Docker
94
103
### Setup
95
104
1. Download and install [Docker](https://docs.docker.com/get-started/)
96
105
1. To obtain a validator Docker container image, you have two options:
0 commit comments