Commit graph

254 commits

Author SHA1 Message Date
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
Julius Tens
a0fb841b8e
Merge pull request #33 from derhuerst/better-radar-signature
radar(north, west, south, east) -> radar({north, west, south, east})
2018-03-17 21:04:27 +01:00
Jannis R
83cae914a4
fix radar signature 🐛 2018-03-17 20:58:03 +01:00
Jannis R
89060afc8d
adapt docs and examples to 40b559f 📝 2018-03-16 17:28:52 +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
bc51d257fd
adapt tests to new products markup 2018-03-16 17:15:09 +01:00
Jannis R
94bbe2361b
products[].product -> products[].id 2018-03-16 17:15:09 +01:00
Jannis R
bbb68d86d5
validate products in lib/validate-profile 2018-03-16 17:15:09 +01:00
Jannis R
08357dfa9d
parseLine: move mode & products parsing from profiles into main code 2018-03-16 17:15:09 +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
b7c1ee3b05
new products markup 2018-03-16 17:15:08 +01:00
Jannis R
f96131423f
luxon@0.5.8, query-string@6, tape-promise@3 2018-03-16 17:13:19 +01:00
Julius Tens
afc95ed763
Merge pull request #26 from derhuerst/proper-via-tests
add proper via tests
2018-03-16 16:00:44 +01:00
Julius Tens
06cc37b45f update insa via tests 2018-03-16 15:32:19 +01:00
Julius Tens
59ec6a83d5 Merge branch 'proper-via-tests' of github.com:derhuerst/hafas-client into proper-via-tests 2018-03-16 15:03:23 +01:00
Julius Tens
361758c578 clarify code comments 2018-03-16 15:01:51 +01:00
Julius Tens
803b4573c1 clarify code comments 2018-03-16 15:01:51 +01:00
Julius Tens
429d0d1f0c update db,vbb via tests 2018-03-16 15:01:51 +01:00
Julius Tens
28641cd711 add öbb via tests 2018-03-16 15:01:51 +01:00
Jannis R
848c2a2e6f DB, VBB: proper via tests 2018-03-16 15:01:51 +01:00
Julius Tens
51e41ba4e5 clarify code comments 2018-03-16 14:38:08 +01:00
Julius Tens
9b315ec719 clarify code comments 2018-03-16 14:34:37 +01:00
Julius Tens
9ce1e83621 update db,vbb via tests 2018-03-16 14:30:49 +01:00
Julius Tens
cd63078b83 add öbb via tests 2018-03-16 14:22:00 +01:00
Jannis R
6e61097687
2.4.0 2018-03-14 00:59:30 +01:00
Jannis R
81a477cccd
fetch-ponyfill@6, luxon@0.5.6, oebb-hafas link 2018-03-14 00:38:50 +01:00
Jannis R
828ef4ad47
DB: add missing taxi mode 🐛 2018-03-13 21:45:42 +01:00
Jannis R
3756e36496
clarify docs 📝, Patreon badge 2018-03-13 21:45:23 +01:00
Jannis R
abb7cfbbdb
readme: fix radar signature, public-transport-enabler link 2018-03-13 21:22:07 +01:00
Jannis Redmann
8802e3df97
merge pull request #22 from jfilter/master
add INSA by NASA
2018-03-13 21:16:45 +01:00
Jannis R
4fae4efbcb
stupid mistake 🐛 2018-03-13 21:12:46 +01:00
Jannis R
c123d9e451
INSA: enable radar 2018-03-13 21:06:27 +01:00
Jannis R
ba97275bae
INSA: enable journeyLeg 2018-03-13 21:04:42 +01:00
Jannis R
68bf199673
aand another 🐛 2018-03-13 19:45:44 +01:00
Jannis R
95253adbe1
another fix for 73c419f 🐛 2018-03-13 19:30:10 +01:00
Jannis R
93f3bd1987
INSA: remove test todo, fix bug caused by 73c419f
- apparently INSA doesn't return prices
2018-03-13 19:24:56 +01:00
Jannis R
551d2b8215
fix profile and profile validation 🐛 2018-03-13 03:37:25 +01:00
Jannis R
a10e9487bd
minor changes & fixes 2018-03-13 03:32:21 +01:00
Jannis R
73c419fadb
fix products parsing 🐛, fix tests for it 2018-03-13 03:23:03 +01:00
Jannis R
f7b9cdfac6
INSA: parse line mode 2018-03-13 02:29:09 +01:00
Jannis R
f6c615531b
INSA: adapt tests to 1.16 protocol, add to test/index.js 2018-03-13 02:28:51 +01:00
Jannis R
094e95c9cc
restore former code style 👕 2018-03-12 22:47:50 +01:00
Jannis R
47e26163e5
merge derhuerst/master into jfilter/master 2018-03-12 22:34:40 +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
0c3e3cb0cf
journeys collection as an option 2018-03-08 03:28:17 +01:00