You are able to search TRA and THSR timetable on Line.
To use this service, click the button or scan the QR Code below to join in right now!
(Service is not available after June 23th, 2018)
- Duplicate ".env.example" file and rename it to ".env"
- Fill up the variable in .env file
- Create a file name "ptx_keys.txt" and add ID Key pair on every two line (if more than one pair)
Using Docker
docker-compose build
docker-compose up
- In ".env", set POSTGRES_DB=testing
- Run test in docker container
docker-compose -f testing-compose.yml build
docker-compose -f testing-compose.yml up
- When the test is finished, <ctrl+c> to close it
MIT