sashpawar11 / weatherCLI

A cli-tool that prints weather forecast for specified location, built using go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weatherCLI

A cli-tool that prints weather forecast for specified location, built using go.

image

Usage

rain <location>

args:

<location> : area name eg. Goa

Response parameters

  • Current weather : Location, Country, Temperature , Condition Alert
  • Forecast (Hourly) : Time, Temperature, Chance of Rain, Condition Alert

API Key Config

Add your weatherapi key in the .env file, under the API_KEY variable

About

A cli-tool that prints weather forecast for specified location, built using go


Languages

Language:Go 100.0%