Skip to content

sman591/go-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-weather

Basic weather app built with Go. Displays the weather based on your current location (IP based).

DISCLAIMER: This is my first ever Go app. In fact, first ever time with the Go language. This readme is likely not enough to actually get started.

This app was based on this tutorial.

Getting Started

  1. Ensure you have Go configured for your machine.

  2. Ensure you have Beego installed & configured.

  3. Clone the repo & install dependencies

$ git clone git@github.com:sman591/go-weather.git
$ cd go-weather
  1. Startup the local development environment
bee run
  1. Visit http://localhost:8080

Deployment

Nothing yet. Maybe soon. Maybe never. Who knows.

About

Basic weather app built with Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages