]>
git.michaelhowe.org Git - pub/michael/national-rail-ticket-split.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Howe [Sat, 6 Aug 2016 13:25:55 +0000 (14:25 +0100)]
Add support for checking prices for two
Adds a --two option, which assumes a two together railcard and 2 adults.
Also accept 502 as a valid response code - this seems to be what
traintimes.org.uk returns if you have a query string on the URL.
Michael Howe [Sat, 24 May 2014 12:48:07 +0000 (13:48 +0100)]
Upstream site has changed
Make the ticket type/price code work again.
Michael Howe [Wed, 9 Apr 2014 13:06:49 +0000 (14:06 +0100)]
Slightly tidier code thanks to perltidy
Reformat to (mostly) follow `perltidy -pbp -ce -l=100`
Michael Howe [Wed, 9 Apr 2014 00:43:35 +0000 (01:43 +0100)]
Test for the correct time in the URL
The website doesn't always return the journey we want as the first
journey, so check it's what we're expecting.
Also print out the amount saved, in real terms and as a percentage.
(at this point I think I should learn how to do the breaking commits up
thing)
Michael Howe [Tue, 8 Apr 2014 23:02:38 +0000 (00:02 +0100)]
print -> say for newline goodness
Michael Howe [Tue, 8 Apr 2014 22:53:22 +0000 (23:53 +0100)]
More fixes
* document lack of error 500 handling
* check if the route is direct, die if not
* time how long it takes
Michael Howe [Tue, 8 Apr 2014 22:38:38 +0000 (23:38 +0100)]
Whole bunch of tidying, including:
* rename to the more sensible split-route.pl
* documentation
* debug option - by default it's quiet
Michael Howe [Tue, 8 Apr 2014 21:16:56 +0000 (22:16 +0100)]
It works!
Needs lots of tidying up and error- and sanity-checking adding, but it
seems to be returning the information I expect.
Michael Howe [Tue, 8 Apr 2014 08:05:26 +0000 (09:05 +0100)]
And the result of Monday's work
Michael Howe [Mon, 7 Apr 2014 19:21:17 +0000 (20:21 +0100)]
Commit after Sunday's work, which I sort of forgot
Hence the less useful commit message.