Skip to content

anthnykr/travel-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travel-info

CLI tool that provides current travel information (apps, SIM/connectivity, visa requirements, pre-travel forms) for travelers based on citizenship, departure country, and destination.

Prerequisites

Installation

npm install -g travel-info

Or clone and install locally:

git clone https://github.com/anthnykr/travel-info.git
cd travel-info
npm install -g .

Usage

Interactive mode

travel-info

You'll be prompted for:

  1. Your citizenship country
  2. Country you're departing from
  3. Destination country

Command-line arguments

travel-info <citizenship> <departing-from> <destination>

# Example
travel-info "United States" "United States" "Japan"

Options

  • --verbose, -v: Show the full prompt sent to Claude

What it provides

  • Apps - Maps, transit, rideshare, payment, food delivery, messaging recommendations with pros/cons
  • SIM/Connectivity - eSIM options, physical SIM info, local number guidance
  • Visa/Entry - Requirements based on your citizenship and departure country
  • Pre-Travel - Required online forms, health requirements

How it works

Uses Claude CLI with only WebSearch and WebFetch tools enabled (all others blocked, including MCP servers).

Disclaimer

For informational purposes only. Not legal or official travel advice.

This tool uses AI to search for and compile travel information. Information may be outdated or incorrect. Always verify with official government sources before traveling:

The authors accept no liability for decisions based on this information.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors