Skip to content

Implement API to Calculate Temperature-Humidity Index #2

@fedjo

Description

@fedjo

Create an HTTP GET call to calculate current THI for a location

THI = (0.8 * T) + (RH * (T-14.4)) + 46.4
  • Check if current temperature and humidity for the given location are stored in db

  • If not fetch weather data from OpenWeatherMap and cache them in the database

  • Expose data in both JSON and JSON-LD base on OCSM

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions