Skip to content

cslab-upm/WeatherStation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 

Repository files navigation

WeatherStation

API REST

  • GET /api/estacion/montegancedo

GET /api/estacion/montegancedo

Get information about the current weather. Response example:

{
  "Estacion": {
    "Hora": "17:22:23",
    "Temperatura": 19.5,
    "Velocidad viento": 6.48,
    "Presion": 920.92,
    "Humedad": 16.29,
    "Fecha": "22/02/18",
    "Direccion viento": "N",
    "Estado": "Operativo",
    "Precipitacion": 0.0
  }
}

The response follows this schema.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published