Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sman591/go-weather
- Owner: sman591
- License: mit
- Created: 2014-09-01T07:24:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T07:05:32.000Z (over 10 years ago)
- Last Synced: 2024-06-20T16:43:38.899Z (7 months ago)
- Language: Go
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.