mirror of
https://github.com/chubin/awesome-console-services.git
synced 2025-04-29 10:16:25 +02:00
Merge pull request #68 from catman85/covidToolCurl
A curl tool that shows Covid-19 statistics for the visitor's Country.
This commit is contained in:
commit
4f24945725
3 changed files with 5 additions and 0 deletions
1
.github/action-test/entrypoint.sh
vendored
1
.github/action-test/entrypoint.sh
vendored
|
@ -182,6 +182,7 @@ test_curl 200 wttr.in/semarang
|
|||
# test_finger "Meteogram for norway" oslo@graph.no
|
||||
|
||||
echo -e "## News"
|
||||
test_curl 200 snf-878293.vm.okeanos.grnet.gr
|
||||
test_curl 200 getnews.tech/world+cup
|
||||
# alpine doesnt have gopher
|
||||
# * `gopher txtn.ws`
|
||||
|
|
|
@ -151,6 +151,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
|
||||
## News
|
||||
|
||||
* `curl snf-878293.vm.okeanos.grnet.gr` - Covid-19 statistics for your country
|
||||
* `curl getnews.tech/world+cup` — fetch the latest news
|
||||
* `gopher://gopher.leveck.us:70` - news aggregator
|
||||
* `gopher://gopherddit.com:70` - reddit
|
||||
|
|
|
@ -88,6 +88,9 @@ by_category:
|
|||
graph.no:
|
||||
tags: [finger]
|
||||
- news:
|
||||
snf-878293.vm.okeanos.grnet.gr:
|
||||
tags: [curl]
|
||||
repository: https://github.com/catman85/TermApp-Node-Typesript-Docker-Express
|
||||
getnews.tech:
|
||||
tags: [curl]
|
||||
txtn.ws:
|
||||
|
|
Loading…
Add table
Reference in a new issue