Skip to content

SpiderFang/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App (Go)

This is a simple command-line weather application built with Go. The primary goal of this project is to learn how to work with APIs, handle HTTP requests, and parse JSON data in Go.

Features

  • API Interaction: Fetches real-time weather data from the OpenWeatherMap API.
  • JSON Parsing: Demonstrates how to unmarshal JSON responses into Go structs.
  • Configuration: Uses environment variables to manage sensitive data like API keys.

Technologies Used

  • Go Package
  • net/http
  • io
  • encoding/json
  • github.com/joho/godotenv

About

Working with json using GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages