+3
-1
@@ -13,2 +13,3 @@ 'use strict' | ||
| // todo: sel, t, c, arq, ff, aix, risids | ||
| raw: data, | ||
| ref: data.pky, | ||
@@ -46,3 +47,4 @@ discount: data.tt === 'SP', // are there others than SP & NP? | ||
| trips: data.trains.map(parseTrip), | ||
| offer: null | ||
| offer: null, | ||
| raw: data | ||
| }) | ||
@@ -49,0 +51,0 @@ |
+1
-1
| { | ||
| "name": "db-prices", | ||
| "description": "Find the cheapest routes using the DB Sparpreise API.", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "keywords": [ | ||
@@ -6,0 +6,0 @@ "train", |
+0
-1
@@ -81,3 +81,2 @@ 'use strict' | ||
| // todo: opt.class | ||
@@ -84,0 +83,0 @@ // todo: opt.noICETrains |
10184
0.23%161
1.26%