Skip to content

18w/weather-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather CLI

A command-line weather application written in Go.

Usage

go run main.go London
go run main.go "New York"

Features

  • Get current weather for any city
  • Temperature and humidity display
  • Weather conditions description
  • Simple command-line interface

Note

Currently uses mock data for demonstration. In a real application, this would connect to a weather API like OpenWeatherMap.

About

Weather information CLI tool with external API integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages