Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 279 Bytes

TransitKt

これは何

Yahooから乗り換え案内を取得してきます

Install with docker

services:
  app:
    image: docker.io/nexryai/transit:latest
    restart: always
    environment:
      - HOST=0.0.0.0
    ports:
      - 127.0.0.1:3000:8080