Skip to content

markangeloracca/weatherman-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WEATHERMAN - SPRING BOOT RESTFUL API

Language: Java Framework: Spring Boot Description: A microservice which serves a restful API by consuming weather information from https://openweathermap.org/api

  1. The API displays list of weather information from London, Prague and San Francisco. Information includes location, actual weather and temperature. Response is in JSON format.
  2. The API stores the last five unique responses of the API specified in item #1. Information should be saved in DB Table described below.

Table Name: WeatherLog

Name Data Type
Id (unique auto number) long
responseId (unique guid) String
location String
actualWeather String
temperature String
dtimeInserted timestamp

About

REST API displays list of weather information from London, Prague and San Francisco. Information includes location, actual weather and temperature. Response is in JSON format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages