rollinggo-flight
v0.1.5
Published
RollingGo flight search CLI for npm and npx.
Readme
RollingGo Flight CLI (Node.js / npm)
RollingGo flight search CLI for npm and npx.
Install
# Run directly (recommended)
npx rollinggo-flight --help
# Or install globally
npm install -g rollinggo-flightUsage
Set your API key via environment variable or --api-key flag:
export ROLLINGGO_API_KEY=your_key # Linux/macOS
$env:ROLLINGGO_API_KEY="your_key" # Windows PowerShellCommands
search-airports
Search airports by keyword.
rollinggo-flight search-airports --api-key <key> --keyword "Hangzhou"search-flights
Search flights with structured filters.
rollinggo-flight search-flights --api-key <key> \
--from-city HGH --to-city CTU \
--from-date 2026-05-01 --trip-type ONE_WAY \
--adult-number 1 --child-number 0 --cabin-grade ECONOMY