voc / voctosched

Tools for generating and manipulating frab-style fahrplan
GNU General Public License v3.0
1 stars 12 forks source link

Add a simple webservice to serve the converted schedules #43

Open AlbanBedel opened 3 years ago

AlbanBedel commented 3 years ago

This series add a simple web service that can serve the schedules dynamicaly. It use the same config as the file exporter but instead of writing to files it serve the configured paths.

Using the demo data you can then get the json schedule at: http://localhost:8080/demo/gpn11.json and the extended xml at http://localhost:8080/demo/gpn11.xml.