From ce9b88b3419289b607fe5df8787a87c4ffe2c6cb Mon Sep 17 00:00:00 2001 From: Fr_Dae Date: Tue, 19 Apr 2022 12:23:43 +0200 Subject: [PATCH 1/3] graphical ascii update v1.2 update of update --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae0fe4..4bb8458 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +#Readme *wttr.in — the right way to ~check~ `curl` the weather!* wttr.in is a console-oriented weather forecast service that supports various information @@ -10,7 +11,42 @@ intended to demonstrate the power of the console-oriented services, You can see it running here: [wttr.in](https://wttr.in). -[Documentation](https://wttr.in/:help) | [Usage](https://github.com/chubin/wttr.in#usage) | [One-line output](https://github.com/chubin/wttr.in#one-line-output) | [Data-rich output format](https://github.com/chubin/wttr.in#data-rich-output-format-v2) | [Map view](https://github.com/chubin/wttr.in#map-view-v3) | [Output formats](https://github.com/chubin/wttr.in#different-output-formats) | [Moon phases](https://github.com/chubin/wttr.in#moon-phases) | [Internationalization](https://github.com/chubin/wttr.in#internationalization-and-localization) | [Windows issues](https://github.com/chubin/wttr.in#internationalization-and-localization) | [Installation](https://github.com/chubin/wttr.in#installation) +## INDEX +`├── 0 - `[Documentation](https://wttr.in/:help) +`├── 1 - `[Usage](https://github.com/chubin/wttr.in#usage) +`│ ├── 1.1 - `[Weather Units](https://github.com/chubin/wttr.in#Weather-Units) +`│ └── 1.2 - `[Supported output formats and views](https://github.com/chubin/wttr.in#Supported-output-formats-and-views) +`│` +`├── 2 - `[One-line output](https://github.com/chubin/wttr.in#one-line-output) +`│ ├── 2.1 - `[tmux](https://github.com/chubin/wttr.in#tmux) +`│ ├── 2.2 - `[Weechat](https://github.com/chubin/wttr.in#Weechat) +`│ └── 2.3 - `[Emojis support](https://github.com/chubin/wttr.in#Emojis-support) +`│` +`├── 3 - `Data-rich output format (v2) +`│ └── 3.1 - `URXVT +`│` +`├── 4 - `[Map view](https://github.com/chubin/wttr.in#map-view-v3) +`├── 5 - `Different output formats +`│ ├── 5.1 - `JSON output +`│ └── 5.2 - `Prometheus Metrics Output +`│` +`├── 6 - `[Moon phases](https://github.com/chubin/wttr.in#moon-phases) +`├── 7 - `[Internationalization](https://github.com/chubin/wttr.in#internationalization-and-localization) +`├── 8 - `[Windows issues](https://github.com/chubin/wttr.in#internationalization-and-localization) +`│ ├── 8.1 - `Garbage characters in the output +`│ └── 8.2 - `Missing or double wide diagonal wind direction characters +`│` +`└── 9 - `[Installation](https://github.com/chubin/wttr.in#installation) +` ├── 9.1 - `Install external dependencies +` ├── 9.2 - `Install Python dependencies +` ├── 9.3 - `Configure IP2Location (optional) +` ├── 9.4 - `Installation with Docker +` ├── 9.5 - `Get a WorldWeatherOnline key and configure wego +` ├── 9.6 - `Configure wttr.in +` └── 9.7 - `Configure the HTTP-frontend service + +====================================================================== + ## Usage From 576597ac2cc1e6ad7df7ef3b54e9bae5950a328a Mon Sep 17 00:00:00 2001 From: Fr_Dae Date: Tue, 19 Apr 2022 12:27:46 +0200 Subject: [PATCH 2/3] 1.3 update update - wrong update --- README.md | 80 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 4bb8458..35776ad 100644 --- a/README.md +++ b/README.md @@ -9,41 +9,57 @@ Originally started as a small project, a wrapper for [wego](https://github.com/s intended to demonstrate the power of the console-oriented services, *wttr.in* became a popular weather reporting service, handling tens millions of queries daily. +You can see it running here: [wttr.in](https://wttr.in). +#README.md +*wttr.in — the right way to ~check~ `curl` the weather!* + +wttr.in is a console-oriented weather forecast service that supports various information +representation methods like terminal-oriented ANSI-sequences for console HTTP clients +(curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers. + +Originally started as a small project, a wrapper for [wego](https://github.com/schachmat/wego), +intended to demonstrate the power of the console-oriented services, +*wttr.in* became a popular weather reporting service, handling tens millions of queries daily. + You can see it running here: [wttr.in](https://wttr.in). + ## INDEX -`├── 0 - `[Documentation](https://wttr.in/:help) -`├── 1 - `[Usage](https://github.com/chubin/wttr.in#usage) -`│ ├── 1.1 - `[Weather Units](https://github.com/chubin/wttr.in#Weather-Units) -`│ └── 1.2 - `[Supported output formats and views](https://github.com/chubin/wttr.in#Supported-output-formats-and-views) -`│` -`├── 2 - `[One-line output](https://github.com/chubin/wttr.in#one-line-output) -`│ ├── 2.1 - `[tmux](https://github.com/chubin/wttr.in#tmux) -`│ ├── 2.2 - `[Weechat](https://github.com/chubin/wttr.in#Weechat) -`│ └── 2.3 - `[Emojis support](https://github.com/chubin/wttr.in#Emojis-support) -`│` -`├── 3 - `Data-rich output format (v2) -`│ └── 3.1 - `URXVT -`│` -`├── 4 - `[Map view](https://github.com/chubin/wttr.in#map-view-v3) -`├── 5 - `Different output formats -`│ ├── 5.1 - `JSON output -`│ └── 5.2 - `Prometheus Metrics Output -`│` -`├── 6 - `[Moon phases](https://github.com/chubin/wttr.in#moon-phases) -`├── 7 - `[Internationalization](https://github.com/chubin/wttr.in#internationalization-and-localization) -`├── 8 - `[Windows issues](https://github.com/chubin/wttr.in#internationalization-and-localization) -`│ ├── 8.1 - `Garbage characters in the output -`│ └── 8.2 - `Missing or double wide diagonal wind direction characters -`│` -`└── 9 - `[Installation](https://github.com/chubin/wttr.in#installation) -` ├── 9.1 - `Install external dependencies -` ├── 9.2 - `Install Python dependencies -` ├── 9.3 - `Configure IP2Location (optional) -` ├── 9.4 - `Installation with Docker -` ├── 9.5 - `Get a WorldWeatherOnline key and configure wego -` ├── 9.6 - `Configure wttr.in -` └── 9.7 - `Configure the HTTP-frontend service +`├── 0 - `[Documentation](https://wttr.in/:help)
+`├── 1 - `[Usage](https://github.com/chubin/wttr.in#usage)
+`│ ├── 1.1 - `[Weather Units](https://github.com/chubin/wttr.in#Weather-Units)
+`│ └── 1.2 - `[Supported output formats and views](https://github.com/chubin/wttr.in#Supported-output-formats-and-views)
+`│`
+`├── 2 - `[One-line output](https://github.com/chubin/wttr.in#one-line-output)
+`│ ├── 2.1 - `[tmux](https://github.com/chubin/wttr.in#tmux)
+`│ ├── 2.2 - `[Weechat](https://github.com/chubin/wttr.in#Weechat)
+`│ └── 2.3 - `[Emojis support](https://github.com/chubin/wttr.in#Emojis-support)
+`│`
+`├── 3 - `Data-rich output format (v2)
+`│ └── 3.1 - `URXVT
+`│`
+`├── 4 - `[Map view](https://github.com/chubin/wttr.in#map-view-v3)
+`├── 5 - `Different output formats
+`│ ├── 5.1 - `JSON output
+`│ └── 5.2 - `Prometheus Metrics Output
+`│`
+`├── 6 - `[Moon phases](https://github.com/chubin/wttr.in#moon-phases)
+`├── 7 - `[Internationalization](https://github.com/chubin/wttr.in#internationalization-and-localization)
+`├── 8 - `[Windows issues](https://github.com/chubin/wttr.in#internationalization-and-localization)
+`│ ├── 8.1 - `Garbage characters in the output
+`│ └── 8.2 - `Missing or double wide diagonal wind direction characters
+`│`
+`└── 9 - `[Installation](https://github.com/chubin/wttr.in#installation)
+` ├── 9.1 - `Install external dependencies
+` ├── 9.2 - `Install Python dependencies
+` ├── 9.3 - `Configure IP2Location (optional)
+` ├── 9.4 - `Installation with Docker
+` ├── 9.5 - `Get a WorldWeatherOnline key and configure wego
+` ├── 9.6 - `Configure wttr.in
+` └── 9.7 - `Configure the HTTP-frontend service
+
+====================================================================== + ====================================================================== From 1a870f09ae0fe99c365124952b4b74d5e36a2709 Mon Sep 17 00:00:00 2001 From: Fr_Dae Date: Tue, 19 Apr 2022 12:29:05 +0200 Subject: [PATCH 3/3] 1.4 goddamit ! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35776ad..921f30e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ You can see it running here: [wttr.in](https://wttr.in). ## INDEX + `├── 0 - `[Documentation](https://wttr.in/:help)
`├── 1 - `[Usage](https://github.com/chubin/wttr.in#usage)
`│ ├── 1.1 - `[Weather Units](https://github.com/chubin/wttr.in#Weather-Units)