Ajout de données météo
This commit is contained in:
@@ -8,7 +8,18 @@ links:
|
||||
archive: true
|
||||
title: "Is it time to look past Git? - DEV Community"
|
||||
date: 2022-07-06
|
||||
keywords: ["git", "scm", "devops", "software", "coding", "development", "engineering", "inclusive", "community"]
|
||||
keywords:
|
||||
[
|
||||
"git",
|
||||
"scm",
|
||||
"devops",
|
||||
"software",
|
||||
"coding",
|
||||
"development",
|
||||
"engineering",
|
||||
"inclusive",
|
||||
"community"
|
||||
]
|
||||
cover: "images/screenshot.png"
|
||||
# Example:
|
||||
# links:
|
||||
@@ -16,7 +27,17 @@ cover: "images/screenshot.png"
|
||||
# lang: "fr"
|
||||
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
|
||||
# official: true
|
||||
status: [{"date": "2025-03-25T10:46:35.286Z", "http_code": 200}]
|
||||
status: [ { "date": "2025-03-25T10:46:35.286Z", "http_code": 200 } ]
|
||||
weather:
|
||||
temperature: 21
|
||||
humidity: 33
|
||||
pressure: 1024.6
|
||||
illuminance: 841
|
||||
precipitations: false
|
||||
wind_speed: 13.1
|
||||
wind_direction: 307
|
||||
source:
|
||||
- open-meteo
|
||||
---
|
||||
|
||||
> My beef with Git and a search for viable alternatives. Tagged with git, scm, devops.
|
||||
Reference in New Issue
Block a user