console-weather

A console client for getting the current weather forecast.

Usage no npm install needed!

<script type="module">
  import consoleWeather from 'https://cdn.skypack.dev/console-weather';
</script>

README

console-weather

A console client for getting the current weather forecast.

In order to use console-weather, you need to get a Weather Underground API key from http://api.wunderground.com/weather/api/ and set your WEATHER_API environment variable to it.

Installation

npm install -g console-weather

Usage

weather [-f]

-f: Show 4 day forecast.

License

console-weather is available under a BSD 2-clause license. See LICENSE for details.