Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 733 Bytes

File metadata and controls

9 lines (5 loc) · 733 Bytes

Weather App

A Java Spring Boot web app that uses OpenWeather API and displays the weather in a given city.

CI/CD Tutorial

If you'd like to see how to set up the OpenWeather API and how to create a Travis CI/CD pipeline to deploy this web app to Heroku, see the beginner-friendly tutorial: Build a continous deployment pipeline with Travis CI.

The tutorial also covers setting up a feature flag in Split UI to enable the location selection feature, and to easily implement safe rollouts and instant rollbacks.