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
|
# test_finger "Meteogram for norway" oslo@graph.no
|
||||||
|
|
||||||
echo -e "## News"
|
echo -e "## News"
|
||||||
|
test_curl 200 snf-878293.vm.okeanos.grnet.gr
|
||||||
test_curl 200 getnews.tech/world+cup
|
test_curl 200 getnews.tech/world+cup
|
||||||
# alpine doesnt have gopher
|
# alpine doesnt have gopher
|
||||||
# * `gopher txtn.ws`
|
# * `gopher txtn.ws`
|
||||||
|
|
|
@ -151,6 +151,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
||||||
|
|
||||||
## News
|
## News
|
||||||
|
|
||||||
|
* `curl snf-878293.vm.okeanos.grnet.gr` - Covid-19 statistics for your country
|
||||||
* `curl getnews.tech/world+cup` — fetch the latest news
|
* `curl getnews.tech/world+cup` — fetch the latest news
|
||||||
* `gopher://gopher.leveck.us:70` - news aggregator
|
* `gopher://gopher.leveck.us:70` - news aggregator
|
||||||
* `gopher://gopherddit.com:70` - reddit
|
* `gopher://gopherddit.com:70` - reddit
|
||||||
|
|
|
@ -88,6 +88,9 @@ by_category:
|
||||||
graph.no:
|
graph.no:
|
||||||
tags: [finger]
|
tags: [finger]
|
||||||
- news:
|
- news:
|
||||||
|
snf-878293.vm.okeanos.grnet.gr:
|
||||||
|
tags: [curl]
|
||||||
|
repository: https://github.com/catman85/TermApp-Node-Typesript-Docker-Express
|
||||||
getnews.tech:
|
getnews.tech:
|
||||||
tags: [curl]
|
tags: [curl]
|
||||||
txtn.ws:
|
txtn.ws:
|
||||||
|
|
Loading…
Add table
Reference in a new issue