aero-cli
v1.0.1
Published
⛅ Weather updates right in your terminal
Downloads
17
Readme
⛅ AeroCLI
Your personal breeze of weather insights. Stay informed with real-time updates and forecasts at your terminal.
🌟 Features
- Real-time Weather Updates: Get real-time weather updates for your location.
- Weather Forecast: Get a 7-day weather forecast for your location.
🚀 Installation
Clone the repository
git clone https://github.com/Jay-Karia/aero-cli
Change the directory
cd aero-cli
Install the dependencies
pnpm install
Link the package
npm link --local
Compile the TypeScript files
pnpm dev
Run the CLI
aero
📝 Usage
Current Weather
aero current --location <location>
Daily Weather Forecast
aero forecast --location <location> --daily
Hourly Weather Forecast
aero forecast --location <location> --hourly
Filter by number of days
aero forecast --location <location> --daily --days <number>
Help
aero
or
aero --help
Support me by giving a ⭐ !