Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 530 Bytes

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