refactor(axios-bods): check status

This commit is contained in:
dancingCycle 2023-07-10 16:51:55 +02:00
parent 527a4f0121
commit 1cd38b5e9c
3 changed files with 3 additions and 23 deletions

View File

@ -1,2 +1,3 @@
NODE_ENV=development
URL=https://fahrplaner.vbn.de/triasproxy/
//URL=https://fahrplaner.vbn.de/triasproxy/
URL=https://data.bus-data.dft.gov.uk/api/v1/gtfsrtdatafeed/?boundingBox=51.401,51.509,0.01,0.201&routeId=45,26&api_key=f5e9ef10f43095ce597cfa4b5c3b742475984b68

1
axios-bods/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

View File

@ -1,22 +0,0 @@
{
"extends": [
"config:base"
],
"timezone": "Europe/Berlin",
"schedule": [
"after 4pm every weekday",
"before 8am every weekday",
"every weekend"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchUpdateTypes": ["minor","patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}