1

Ajout de données météo

This commit is contained in:
2025-11-27 01:38:50 +01:00
parent bf500c183a
commit 88fd44c0fb
450 changed files with 6182 additions and 205 deletions

View File

@@ -13,7 +13,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:29.630Z", "http_code": 200}]
status: [ { "date": "2025-03-25T10:46:29.630Z", "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
---
> MySpace inspired a generation of teenagers to learn how to code. We have Dark Mode now, but where did all the glitter go?

View File

@@ -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.