/show-me-the-weather

Node command to check weather on console

Primary LanguageJavaScriptMIT LicenseMIT

Show me the weather

Show me the weather is an awesome tool to check the weather of a city in your command line.

To obtain the weather of a certain region it uses OpenWeather, so you have to get one api key.

Installation

npm install -g show-me-the-weather

Configuration

show-me-the-weather  --apikey=[yourOpenWeatherApiKey]

Usage

show-me-the-weather  [city1] [city2] [city3]

Example

show-me-the-weather  antequera,es

Example