Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sman591/go-weather

Basic weather app built with Go
https://github.com/sman591/go-weather

Last synced: about 1 month ago
JSON representation

Basic weather app built with Go

Awesome Lists containing this project

README

        

# 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](http://www.sitepoint.com/go-building-web-applications-beego/).

# Getting Started

1. Ensure you have [Go](http://golang.org/) configured for your machine.

2. Ensure you have [Beego](http://beego.me/) installed & configured.

3. Clone the repo & install dependencies

```bash
$ git clone [email protected]:sman591/go-weather.git
$ cd go-weather
```

4. Startup the local development environment

```bash
bee run
```

5. Visit http://localhost:8080

# Deployment

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