Go backend/middleware that takes START Romagna's Infobus RSS feed and returns it in JSON format.
This repository has been archived on 2026-09-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-12 10:25:00 +02:00
.gitignore Add CORS Headers functions 2026-08-07 12:15:38 +02:00
go.mod Add CORS Headers functions 2026-08-07 12:15:38 +02:00
go.sum Add CORS Headers functions 2026-08-07 12:15:38 +02:00
main.go Fix cors on localhost 2026-08-07 12:30:03 +02:00
README.md Update README.md 2026-09-12 10:25:00 +02:00

startromagna-rss

DEPRECATED: new API

Usage: / returns status 200, for an health check /feed returns the hardcoded RSS feed in JSON format

Installation: Build the cloned repository with go build, then run the returned binary.