Skip to content

Additional service for OBA API that can retrieve stations and return information about them.

Notifications You must be signed in to change notification settings

goeuropa/station-monitoring

Repository files navigation

Getting Started

  • Setup environment var. in docker-compose.yml or set it in application.yml if you don't use the Docker.

examples:

key: "the same key as for OBA API"
agency: "agency_id"

Run

Requirement:

  • java 17 +
  • docker - optional.

Commands:

./gradlew bootRun

Optional docker compose:

./gradlew build
docker compose up -d

Check OpenApi Docs

http://localhost:8080/swagger-ui/index.html

About

Additional service for OBA API that can retrieve stations and return information about them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published