# weather **Repository Path**: ln_software/weather ## Basic Information - **Project Name**: weather - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-27 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Weather Application --- #### 1. description ​ Weather project is just a sample application that it is used for query the weather information for different city, till now only support Sydney/Melbourne/Wollongong, application will retrieve the weather data from WeatherAPI web site with json result, and application will parse the json data, then return the weather info to client user. #### 2. skill + spring boot + maven + thymeleaf + jquery #### 3. access + local http://localhost:8080/home/page + remote http://110.42.143.198:8080/weather/home #### 4. deploy ​ Docker is used for packaging the required resources, create the docker image with Dockerfile in local, then push to remote docker hub, Jenkinesfile is used for deployment, for detail please refer the User Guide in doc folder.