Skip to content

Rest web service for finding tomorrow coolest tempreture

Notifications You must be signed in to change notification settings

amoldhope/CoolestHourRestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

getTomorrowCoolestHour - This application will return tomorrows coolest hours based on the zipcode given by user.

Source of Data

Weather data is read from http://openweathermap.org/ using API http://api.openweathermap.org/data/2.5/weather?q={zip code}&appid={apiKey}

How to run

This app has embedded tomcat server. In order to run this website execute below maven command mvn spring-boot:run

It will start the embedded tomcat server on default port 8080

How to Use

Technologies used

  • RestTemplate
  • Spring Boot
  • Maven
  • Embedded Tomcat Server

About

Rest web service for finding tomorrow coolest tempreture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages