Skip to content

This project is a simple web server that serves GTFS data for stops in Brno, Czech Republic.

License

Notifications You must be signed in to change notification settings

JakubAndrysek/brno-ids-jmk-gtfs

 
 

Repository files navigation

brno-gtfs

This project is a simple web server that serves GTFS data for stops in Brno, Czech Republic. It is only prototype and it is not finished yet. Feee free to fork it and finish it. If you add new features, inform me about it.

Forked from Bitrey/brno-ids-jmk-gtfs

To install dependencies:

bun install

To run a basic web server that serves GTFS data for stops:

bun run src/serve.ts
image image
debug: GTFS does not exist, fetching
debug: GTFS fetched and unzipped
debug: GTFS does not exist, fetching
debug: GTFS fetched and unzipped
Listening on http://localhost:8080 ...
debug: GTFS parsed in 4411ms
debug: GTFS parsed
debug: GTFS parsed in 4411ms
debug: GTFS parsed
09:44 12 Komarov
09:45 12 Komarov
09:55 72 Techno.
10:15 72 Techno.

Trips will be added in the future.

This project was created using bun init in bun v1.0.7. Bun is a fast all-in-one JavaScript runtime.

About

This project is a simple web server that serves GTFS data for stops in Brno, Czech Republic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 95.5%
  • Shell 4.5%