Skip to content

pranavdhawan/cli-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climate

Description

This is a simple application that allows you to view the weather for a city. (in cli, not gui, that's cool, admit it.)

Installation

npm i @killkennyale/cli-mate

Check today's weather

cli-mate <command> [options]

Commands

# Get weather for London
cli-mate today london

# Alternative ways to specify location
cli-mate today --location london
cli-mate today -l london

# Get 7 day forecast
cli-mate forecast --location london
cli-mate forecast -l london

# Get help
cli-mate help
cli-mate --help
cli-mate -h

# Check version
cli-mate version
cli-mate --version
cli-mate -v

Releases

No releases published

Packages

No packages published