Add wttr.in into new weather category (#516)

Co-authored-by: Jonathan Neidel <github@jneidel.com>
This commit is contained in:
hoek 2022-07-11 12:58:22 +02:00 committed by Jonathan Neidel
parent e2ee7d1dcb
commit da68dd3a7c
1 changed files with 7 additions and 2 deletions

View File

@ -48,6 +48,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Markdown](#markdown)
- [Security](#security)
- [Math](#math)
- [Weather](#weather)
- [Command Line Learning](#command-line-learning)
- [Data Manipulation](#data-manipulation)
- [Processors](#processors)
@ -310,8 +311,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [archive-type-cli](https://github.com/kevva/archive-type-cli) - Detect archive type for a file or stdin.
- [s](https://github.com/zquestz/s) - Open a web search in your terminal.
- [aria2](https://github.com/tatsuhiro-t/aria2) - HTTP, FTP, SFTP, BitTorrent and Metalink download utility.
- [wego](https://github.com/schachmat/wego) - Get the weather.
- [weather-cli](https://github.com/riyadhalnur/weather-cli) - Check the weather.
- [mapscii](https://github.com/rastapasta/mapscii) - Terminal Map Viewer.
- [getnews.tech](https://github.com/omgimanerd/getnews.tech) - Fetch news headlines from various news outlets.
- [carbon-now-cli](https://github.com/mixn/carbon-now-cli) - Generate beautiful images of your code.
@ -405,6 +404,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [mdlt](https://github.com/metadelta/mdlt) - Do quick math right from the command line.
- [Qalculate](https://github.com/Qalculate/libqalculate) - Calculate non-trival math expressions. Unit conversions, symbolic calculations and more.
### Weather
- [wttr.in](https://github.com/chubin/wttr.in)
- [wego](https://github.com/schachmat/wego)
- [weather-cli](https://github.com/riyadhalnur/weather-cli)
## Command Line Learning
- [cmdchallenge](https://cmdchallenge.com) - Presents small shell challenge with user submitted solutions.