Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 500 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 500 Bytes

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.