Revert last README.md change

pull/747/head
Igor Chubin 2 years ago committed by GitHub
parent e2745e6433
commit 44ca7fdab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,16 +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
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).
#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
@ -23,43 +11,6 @@ intended to demonstrate the power of the console-oriented services,
You can see it running here: [wttr.in](https://wttr.in).
## INDEX
`├── 0 - `[Documentation](https://wttr.in/:help)<br>
`├── 1 - `[Usage](https://github.com/chubin/wttr.in#usage)<br>
`│ ├── 1.1 - `[Weather Units](https://github.com/chubin/wttr.in#Weather-Units)<br>
`│ └── 1.2 - `[Supported output formats and views](https://github.com/chubin/wttr.in#Supported-output-formats-and-views)<br>
`│`<br>
`├── 2 - `[One-line output](https://github.com/chubin/wttr.in#one-line-output)<br>
`│ ├── 2.1 - `[tmux](https://github.com/chubin/wttr.in#tmux)<br>
`│ ├── 2.2 - `[Weechat](https://github.com/chubin/wttr.in#Weechat)<br>
`│ └── 2.3 - `[Emojis support](https://github.com/chubin/wttr.in#Emojis-support)<br>
`│`<br>
`├── 3 - `Data-rich output format (v2)<br>
`│ └── 3.1 - `URXVT<br>
`│`<br>
`├── 4 - `[Map view](https://github.com/chubin/wttr.in#map-view-v3)<br>
`├── 5 - `Different output formats<br>
`│ ├── 5.1 - `JSON output<br>
`│ └── 5.2 - `Prometheus Metrics Output<br>
`│`<br>
`├── 6 - `[Moon phases](https://github.com/chubin/wttr.in#moon-phases)<br>
`├── 7 - `[Internationalization](https://github.com/chubin/wttr.in#internationalization-and-localization)<br>
`├── 8 - `[Windows issues](https://github.com/chubin/wttr.in#internationalization-and-localization)<br>
`│ ├── 8.1 - `Garbage characters in the output<br>
`│ └── 8.2 - `Missing or double wide diagonal wind direction characters<br>
`│`<br>
`└── 9 - `[Installation](https://github.com/chubin/wttr.in#installation)<br>
` ├── 9.1 - `Install external dependencies<br>
` ├── 9.2 - `Install Python dependencies<br>
` ├── 9.3 - `Configure IP2Location (optional)<br>
` ├── 9.4 - `Installation with Docker<br>
` ├── 9.5 - `Get a WorldWeatherOnline key and configure wego<br>
` ├── 9.6 - `Configure wttr.in<br>
` └── 9.7 - `Configure the HTTP-frontend service<br>
<br>
[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#windows-users) | [Installation](https://github.com/chubin/wttr.in#installation)
## Usage

Loading…
Cancel
Save