Weather or Not!

A simple weather app that shows the weather at your current location.

Overview

This app will retrieve the user's IP and feed it to a P Geolocation API. request to retrieve the latitude and longitude coordinates used by Dark Sky API to show the local weather.

Features

  • Retrieve user's location
  • Retrieve local time temperature
  • Retrieve a short weather summary
  • Retrieve pollution level and maybe a small warning
  • Show everything in UI (probably html page)
  • Change icon based on weather
  • Look into GITHub apps

Getting started

Installation

For this app to work, you need to have Go installed on your machine. Please follow the instructions on their site on how to do this.

How to run weather web app locally

Once you have Go up and running, open a terminal, clone this repo in a new folder, navigate to src/webApp folder and type

go run main.go

Open your favorite browser and navigate to your http://127.0.0.1:8080/