Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravicious/konbikol
Converts PKP Intercity PDF train tickets to iCalendar events
https://github.com/ravicious/konbikol
mikol pkp
Last synced: about 2 months ago
JSON representation
Converts PKP Intercity PDF train tickets to iCalendar events
- Host: GitHub
- URL: https://github.com/ravicious/konbikol
- Owner: ravicious
- License: gpl-3.0
- Created: 2019-11-01T15:33:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T03:26:34.000Z (over 1 year ago)
- Last Synced: 2024-10-13T04:49:29.856Z (3 months ago)
- Topics: mikol, pkp
- Language: Elm
- Homepage: https://mirrors.link/konbikol/
- Size: 532 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# konbikol
To run this thing in development mode:
```
yarn
yarn dev-server
```To compile & commit an updated & minified version on GitHub Pages:
```
yarn release
```To debug a ticket that's causing problems, put it in the root directory as `ticket.pdf`, run the dev
server and add `#debug` to the URL. This will make the app attempt to process `ticket.pdf`
immediately after page load.