derhuerst / db-rest

A clean REST API wrapping around the Deutsche Bahn API.
https://v6.db.transport.rest/
ISC License
77 stars 9 forks source link

Add the other methods from derhuerst/db-hafas #1

Open jeyemwey opened 6 years ago

jeyemwey commented 6 years ago

Hi,

I would love to use this project for accessing the DB HAFAS. I have seen that the other project has more ways to access the API than the REST client and I wonder when these features will be implemented here.

I would love to help, but I don't have any experience with node/express. Can you estimate when the other functions (mainly locations and nearby) are available?

Thank you, you already did awesome work! 🦃

derhuerst commented 6 years ago

Hey, thanks for your interest!

db-rest is mostly an equivalent to the fully mature vbb-rest, just like db-hafas is an equivalent to vbb-hafas.

You can always use db-hafas in Node.js to query Deutsche Bahn data. This project is meant as a clean API wrapper that is consumable from the browser. I plan to continue working on this, but I won't make progress too fast.

Can you estimate when the other functions (mainly locations and nearby) are available?

Maybe in the range of weeks?

derhuerst commented 6 years ago

Is using db-hafas directly an option for you?

jeyemwey commented 6 years ago

My application is written in PHP, so using db-hafas directly is not an option. But I will take a look at the vbb-rest repo and see how I can bend it to work with the DB system.

derhuerst commented 6 years ago

My "bending" effort is db-rest, so I guess your best bet is to wait until someone (e.g. me) finishes db-rest.

derhuerst commented 6 years ago

In fcc9968, i have added the GET /radar route by moving to hafas-rest-api.