Jannis R
b6fbaa5825
parse fns: opt param 💥
...
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parseNearby
- parseStopover
2018-06-13 20:05:33 +02:00
Jannis R
8881d8a1a4
parse fns: individual params -> data object 💥
...
From now on, all higher-level parse fns will be able to access more
of the response data while keeping their signature.
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parsePolyline
- parseNearby
- parseStopover
2018-06-13 20:05:24 +02:00
Jannis R
2623fc44c6
merge master into next
2018-05-07 11:53:55 +02:00
Jannis R
7c6e87afff
journey legs: return polylines
2018-05-03 00:17:17 +02:00
Jannis R
005f3f8e4d
remove journey.departure, .arrival, … 💥
...
closes #36
2018-03-21 01:55:31 +01:00
Jannis R
cfd79b1be1
parseJourney: use parseJourneyLeg from profile 🐛
2018-03-21 01:14:37 +01:00
Jannis R
7ce65ca480
departures, journeys: canceled, former scheduled time
...
see public-transport/friendly-public-transport-format#27
2018-03-08 03:28:26 +01:00
Jannis R
fd8eb92806
journeys: add journey.type 🐛
...
To make it FPTF-compliant.
2018-03-02 00:35:55 +01:00
Jannis R
8985f8ccd2
rename journey.parts -> journey.legs
2017-12-28 17:13:02 +01:00
Jannis R
024aa0e948
deal with some todos, add more
2017-12-12 23:15:06 +01:00
Jannis R
14cdc77c0f
moment-timezone -> luxon, parse DateTimes with locale
2017-12-11 17:28:29 +01:00
Jannis R
658d67e3b2
mark journeys & journey parts as cancelled
...
see derhuerst/vbb-gtfs#19
see public-transport/friend-public-transport-format#27
2017-12-07 20:21:16 +01:00
Jannis R
33417a6e61
query journey parts
2017-11-20 16:58:45 +01:00
Jannis R
e762f30f05
VBB-related bugfixes and changes 🐛
2017-11-20 15:25:15 +01:00
Jannis R
3c9f3393ba
pass in parsers
2017-11-12 01:23:34 +01:00
Jannis R
73d083f418
parse: default to null
2017-11-12 00:36:13 +01:00
Jannis R
fb43a4e43b
code style 👕
...
- rename variables
- more consistent indentation
- give crucial anonymous functions a name
- add more TODOs
2017-11-12 00:05:32 +01:00
Jannis R
79db55d99c
split parse.js
2017-11-11 22:45:17 +01:00