Weather Summary API

  1. Install Go
  2. Set environment variable OPENWEATHERMAP_API_KEY to an OpenWeather API Key
  3. go run weatherbanno.go
  4. curl http://localhost:8080/weather/lat/{lat}/lon/{lon}