Jannis R
|
0ef03015e0
|
validate opt.when 💥
|
2018-05-21 17:10:42 +02:00 |
|
Jannis R
|
0840d69ee9
|
radar: assert north > south & east > west
|
2018-05-16 21:53:33 +02:00 |
|
Jannis R
|
c9e77f3050
|
merge master into next
|
2018-05-16 19:41:45 +02:00 |
|
Jannis R
|
aa480e01a2
|
radar: fix polylines parsing 🐛
|
2018-05-16 00:30:27 +02:00 |
|
Jannis R
|
9a0bfc39a4
|
radar: polylines option, return polylines
|
2018-05-15 19:41:08 +02:00 |
|
Jannis R
|
2623fc44c6
|
merge master into next
|
2018-05-07 11:53:55 +02:00 |
|
Jannis R
|
71d087aa23
|
refactor polyline parsing, add todo
|
2018-05-03 00:17:17 +02:00 |
|
Jannis R
|
37770654e1
|
journeyLeg: polyline option
|
2018-05-03 00:17:17 +02:00 |
|
Jannis R
|
7c6e87afff
|
journey legs: return polylines
|
2018-05-03 00:17:17 +02:00 |
|
Jannis R
|
49afc8a75b
|
journeys: polylines option
|
2018-05-03 00:17:17 +02:00 |
|
Jannis R
|
8ce89f0fe6
|
formatLocation: more helpful error messages
|
2018-04-17 18:49:49 +02:00 |
|
Jannis R
|
d96cbfb228
|
stopover: default arrival & departure fields 🐛, >= for collecting journeys
|
2018-03-29 02:45:15 +02:00 |
|
Jannis R
|
005f3f8e4d
|
remove journey.departure, .arrival, … 💥
closes #36
|
2018-03-21 01:55:31 +01:00 |
|
Jannis R
|
98139f9210
|
prepare move to public-transport org
|
2018-03-19 22:34:08 +01:00 |
|
Jannis Redmann
|
7aba19f137
|
merge pull request #32 from refactor-products
new products markup
|
2018-03-18 13:22:24 +01:00 |
|
Jannis R
|
94988d98c0
|
yet another fix 🐛
|
2018-03-18 00:30:54 +01:00 |
|
Jannis R
|
ccd2dc0783
|
let parseProducts and formatProductsFilter get the real profile 🐛
|
2018-03-18 00:17:10 +01:00 |
|
Jannis R
|
854b0bd35e
|
homegrown isObj -> lodash/isObject
|
2018-03-18 00:13:44 +01:00 |
|
Jannis R
|
ad4d60f3ca
|
allow for overwriting parseProducts & formatProductsFilter
|
2018-03-18 00:11:51 +01:00 |
|
Jannis R
|
83cae914a4
|
fix radar signature 🐛
|
2018-03-17 20:58:03 +01:00 |
|
Jannis R
|
40b559f80d
|
radar(n, w, s, e) -> radar({n, w, s, e}) 💥, adapt tests ✅
|
2018-03-16 17:28:20 +01:00 |
|
Jannis R
|
83248785e5
|
formatProducts: move factory from profiles into main code
and rename to `formatProductsFilter`
|
2018-03-16 17:15:08 +01:00 |
|
Jannis R
|
ce43f15ad5
|
parseProducts: move factory from profiles into main code
|
2018-03-16 17:15:08 +01:00 |
|
Jannis R
|
0c3e3cb0cf
|
journeys collection as an option
|
2018-03-08 03:28:17 +01:00 |
|
Jannis R
|
084fed729a
|
remove leftover code 👕
|
2018-03-05 00:51:55 +01:00 |
|
Jannis R
|
8ae3fe2236
|
fix journeys collection 🐛
|
2018-03-05 00:51:11 +01:00 |
|
Jannis R
|
7fd574f0f8
|
VBB: circumvent CGI_READ_FAILD if numF is used 🐛
|
2018-03-05 00:23:17 +01:00 |
|
Jannis R
|
869c9a8e98
|
earlierThan/laterThan options (cherry-picked from next-journeys-by-ref)
|
2018-03-04 23:41:28 +01:00 |
|
Jannis R
|
b1441d8be6
|
validate more input
|
2018-03-02 23:59:39 +01:00 |
|
Jannis R
|
b79c2387dd
|
location method: implementation
|
2018-01-26 17:23:58 +01:00 |
|
Jannis R
|
39636f12bf
|
parse lines at a location
|
2018-01-26 17:07:36 +01:00 |
|
Jannis R
|
e93d7fc5f4
|
allow for a custom request fn
|
2018-01-23 00:37:09 +01:00 |
|
Jannis R
|
20a2c8de94
|
fix via 🐛, add tests ✅
|
2018-01-19 16:58:39 +01:00 |
|
Jannis R
|
508ff9fc72
|
nearby: lat & lon -> location object
|
2018-01-05 14:55:34 +01:00 |
|
Jannis R
|
75513aa0f7
|
departures: accept station objects 🐛
As mentioned in the docs.
|
2018-01-04 16:19:43 +01:00 |
|
Jannis R
|
8985f8ccd2
|
rename journey.parts -> journey.legs
|
2017-12-28 17:13:02 +01:00 |
|
Jannis R
|
965d5393ef
|
accessibility filters for every profile
|
2017-12-18 20:01:12 +01:00 |
|
Jannis R
|
aeac22b569
|
journeyPart: passedStations option
|
2017-12-17 20:33:49 +01:00 |
|
Jannis R
|
1415036e46
|
add missing dep, expose profile
|
2017-12-16 07:54:39 +01:00 |
|
Jannis R
|
81c9411cfe
|
deal with some todos, add more
|
2017-12-12 04:04:41 +01:00 |
|
Jannis R
|
eacbd8ef01
|
validate profile
|
2017-12-12 03:32:07 +01:00 |
|
Jannis R
|
36825d3e2a
|
VBB: parse tickets, change client ID
ported over from derhuerst/vbb-hafas@74680b7
|
2017-12-11 15:42:35 +01:00 |
|
Jannis R
|
2e113d9520
|
expose only supported methods, fix test helpers 🐛
|
2017-11-27 20:33:34 +01:00 |
|
Jannis R
|
3fb0943680
|
query live movements in an area
|
2017-11-20 20:19:13 +01:00 |
|
Jannis R
|
33417a6e61
|
query journey parts
|
2017-11-20 16:58:45 +01:00 |
|
Jannis R
|
ba9b7e8418
|
minor stuff
|
2017-11-18 10:14:17 +01:00 |
|
Jannis R
|
cd8d2ec297
|
query nearby locations
|
2017-11-12 20:29:57 +01:00 |
|
Jannis R
|
7c7fb53b55
|
query locations
|
2017-11-12 20:19:33 +01:00 |
|
Jannis R
|
2c2826217e
|
query journeys
|
2017-11-12 20:02:32 +01:00 |
|
Jannis R
|
f86f908dcc
|
query departures
|
2017-11-12 18:06:16 +01:00 |
|