geoshell
Version:
A CLI to fetch real-time geo-data from your terminal
33 lines (21 loc) • 601 B
Markdown
# GeoShell CLI
A command-line interface to fetch real-time geo-data: country info, timezones, holidays, weather, news, and political facts – all from your terminal.
## Installation
```bash
npm install -g geoshell
```
## Usage
# Get country information
geoshell country Japan
# Check weather
geoshell weather "New York"
# List holidays
geoshell holidays USA
# Find neighbors
geoshell neighbors France
# Get timezone information
geoshell timezone London
# Get latest news
geoshell news Germany
# Commands
For information, head to https://geoshell.vercel.app