Ajout de données météo
This commit is contained in:
@@ -3,9 +3,10 @@ links:
|
||||
- name: Page d'origine
|
||||
url: https://addyosmani.com/blog/good-code/
|
||||
lang: en
|
||||
title: "Good code is like a love letter to the next developer who will maintain it. | Addy Osmani"
|
||||
title: "Good code is like a love letter to the next developer who will maintain
|
||||
it. | Addy Osmani"
|
||||
date: 2023-07-21
|
||||
keywords: ["JavaScript", "design patterns", "programming", "Addy Osmani"]
|
||||
keywords: [ "JavaScript", "design patterns", "programming", "Addy Osmani" ]
|
||||
cover: "images/screenshot.png"
|
||||
# Example:
|
||||
# links:
|
||||
@@ -13,7 +14,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:52:57.396Z", "http_code": 200}]
|
||||
status: [ { "date": "2025-03-25T10:52:57.396Z", "http_code": 200 } ]
|
||||
weather:
|
||||
temperature: 22.7
|
||||
humidity: 41
|
||||
pressure: 1012.4
|
||||
illuminance: 654
|
||||
precipitations: false
|
||||
wind_speed: 18.6
|
||||
wind_direction: 280
|
||||
source:
|
||||
- open-meteo
|
||||
---
|
||||
|
||||
> We often romanticize the notion of programming, presenting it as an abstract form of art, a science, or even a form of magic. The truth, however, is much mor...
|
||||
@@ -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:53:07.018Z", "http_code": 200}]
|
||||
status: [ { "date": "2025-03-25T10:53:07.018Z", "http_code": 200 } ]
|
||||
weather:
|
||||
temperature: 22.9
|
||||
humidity: 35
|
||||
pressure: 1016.1
|
||||
illuminance: 534
|
||||
precipitations: false
|
||||
wind_speed: 23.5
|
||||
wind_direction: 249
|
||||
source:
|
||||
- open-meteo
|
||||
---
|
||||
|
||||
> Recently I've been learning about the history of computers. I find it to be incredibly interesting. I'd like to write a post about it to summarize and comment on what I've learned. …
|
||||
Reference in New Issue
Block a user