Transit is a command-line interface (CLI) tool designed to provide real-time transit information in Japan. It helps users plan routes, find station departures, and access schedule details directly from their terminal.
Key Features:
Real-Time Transit Updates: Retrieve the latest departure times and route information for stations across Japan.
Station Suggestions: Quickly find station names with auto-suggestions based on your input.
Route Planning: Get detailed route plans between two points, considering factors like time of day and preferred transport types.
JSON Output Option: Export transit data in JSON format for integration into scripts or other applications.
Winget Installation: Easily install Transit via the Windows Package Manager using winget install atani.transit.
Target Audience and Benefits:
Ideal for commuters, developers, and anyone needing precise transit information. Users benefit from accurate real-time data, simplified trip planning, and seamless integration into automated workflows.
Transit is a reliable tool for accessing up-to-date transit details efficiently, making it easier to navigate Japan's public transportation system.
README
transit
transit は日本の経路検索と発車案内を行う小さな Go 製 CLI です。公開 Transit API()を利用します。MCP サーバーも計画中です。
インストール
Homebrew(macOS / Linux)
brew install atani/tap/transit
winget(Windows)
winget install atani.transit
ソースから
go install github.com/atani/transit/cmd/transit@latest