Ajout de données météo
This commit is contained in:
@@ -5,7 +5,15 @@ links:
|
||||
lang: en
|
||||
title: "Reflections on 10,000 Hours of Programming"
|
||||
date: 2023-02-22
|
||||
keywords: ["Engineering", "Startups", "Software", "Technology", "Business", "Matt Rickard"]
|
||||
keywords:
|
||||
[
|
||||
"Engineering",
|
||||
"Startups",
|
||||
"Software",
|
||||
"Technology",
|
||||
"Business",
|
||||
"Matt Rickard"
|
||||
]
|
||||
cover: "images/screenshot.png"
|
||||
# Example:
|
||||
# links:
|
||||
@@ -13,7 +21,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:49:48.667Z", "http_code": 200}]
|
||||
status: [ { "date": "2025-03-25T10:49:48.667Z", "http_code": 200 } ]
|
||||
weather:
|
||||
temperature: 12.3
|
||||
humidity: 68
|
||||
pressure: 1013
|
||||
illuminance: 438
|
||||
precipitations: false
|
||||
wind_speed: 12.3
|
||||
wind_direction: 230
|
||||
source:
|
||||
- open-meteo
|
||||
---
|
||||
|
||||
> 31 reflections from 10,000 hours of deliberate programming practice.
|
||||
|
||||
Reference in New Issue
Block a user