Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.48 KB

Weather Forecast Reactive API

Overview

The Weather Forecast Reactive API is a simple, efficient, and streamlined service developed using Kotlin and Spring Boot's reactive programming paradigm. This project fetches and transforms weather forecast data from the National Weather Service to present it in an easily digestible format for end-users.

Key Features

  • Reactive REST Endpoint: The API provides a REST endpoint that fetches weather data reactively, ensuring non-blocking operations and optimal performance.

  • Data Transformation: Fetched data is transformed using reactive constructs like Mono and Flux, ensuring efficient data handling in line with the reactive paradigm.

  • Simplified Data Structure: The API returns a tailored structure for daily weather forecasts, which includes:

    • Day Name
    • High Temperature (in Celsius)
    • Short Weather Description (Forecast Blurp)

Technologies Used

Usage

Upon making a GET request to the API's designated endpoint, users will receive the weather forecast for the current day, formatted as described. Whether you're a developer integrating this data or an end-user seeking weather updates, the Weather Forecast Reactive API caters to your needs.