Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 452 Bytes

Weather CLI tool written in Go

This is a simple command-line tool to fetch weather information using a weather API.

API used : github.com/chubin/wttr.in

  • Build it using make build
  • Run it using make execute
  • Clean build files using make clean
  • All three combined make run

Optionally, specify the loaction using a command-line argument LOCATION.

For example:

make run LOCATION=mumbai