Skip to content

Its a simple weather tracker written in Golang.

Notifications You must be signed in to change notification settings

div927/go-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-WEATHER

Its a simple weather tracker written in Golang.

Run Locally

  1. Get a free API Key at https://openweathermap.org/

  2. Clone the project

  https://github.com/div927/go-weather.git
  1. Enter your API Key in .apiConfig

  2. Go to the project directory

  cd weather
  1. Build the project
  go build
  1. Start the server
  run main.go
  1. Open your browser and then run
  http://localhost:8080/weather/searching-city-name

Screenshots

Screenshot 2022-04-27 at 8 55 56 AM

About

Its a simple weather tracker written in Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages