You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Kellet 6c7b872782 testtset 6 months ago
.gitignore changes 2 years ago
README.md tidy 2 years ago
file.go test 1 year ago
go.mod clean up and tidy 6 months ago
go.sum clean up and tidy 6 months ago
json.go changes for error msg 2 years ago
main.go test 1 year ago
testfile testtset 6 months ago
weather.go clean up and tidy 6 months ago
web.go changes for error msg 2 years ago

README.md

Go OpenWeather

This is a simple (but messy) Go project I am working on in my spare time!

It pulls JSON data from here and uses 'encoding/json' to sort the data!

Usage

You will need a OpenWeather API-Key. This can be done by opening a free account and creating a key!

./go-weather -h

Will give:

Usage of ./go-weather:
  -api string
    	Enter you api key here (default "none")
  -city string
    	Enter city e.g. London (default "London")
  -code string
    	Enter Code e.g. uk (default "uk")

Running the command in a terminal like so:

./go-weather -api=API-KEY -city=Glasgow -code=uk

Will give:

02/17/2022 17:03
📍Location: Glasgow, GB
Weather:☁ Clouds (few clouds)
🌡 Temp: 5.46°C (Feels like: 2.36°C)
(Min: 3.97°C, Max: 6.22°C)
🌅Sunrise: 07:37	🌇Sunset: 17:24