Skip to content

Commit 4b65fed

Browse files
committed
Update tflStatus API endpoint to include all modes of transport from the "normal" TFL status updates page here: https://tfl.gov.uk/tube-dlr-overground/status/
1 parent f9195ac commit 4b65fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ module.exports = {
243243
rssToJson: 'https://api.rss2json.com/v1/api.json',
244244
sportsScores: 'https://www.thesportsdb.com/api/v1/json',
245245
stockPriceChart: 'https://www.alphavantage.co/query',
246-
tflStatus: 'https://api.tfl.gov.uk/line/mode/tube/status',
246+
tflStatus: 'https://api.tfl.gov.uk/line/mode/dlr,elizabeth-line,overground,tram,tube/status',
247247
walletBalance: 'https://api.blockcypher.com/v1',
248248
walletQrCode: 'https://www.bitcoinqrcodemaker.com/api',
249249
weather: 'https://api.openweathermap.org/data/2.5/weather',

0 commit comments

Comments
 (0)