Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomgray/covid
Covid-19 data visualiser in the terminal, using https://covid19api.com/
https://github.com/thomgray/covid
cli coronavirus coronavirus-tracking golang terminal-based
Last synced: about 2 months ago
JSON representation
Covid-19 data visualiser in the terminal, using https://covid19api.com/
- Host: GitHub
- URL: https://github.com/thomgray/covid
- Owner: thomgray
- Created: 2020-04-13T19:24:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T21:28:14.000Z (over 4 years ago)
- Last Synced: 2023-03-21T20:39:57.877Z (almost 2 years ago)
- Topics: cli, coronavirus, coronavirus-tracking, golang, terminal-based
- Language: Go
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# covid
covid19 cli interface for api https://covid19api.com/
![alt text](github/example.png)
## install
```
go get github.com/thomgray/covid
```## usage
run with:
```
covid
```in the cli:
Enter a country name and hit enter to see details
* tab to comlete with suggestion
* `<{[,` and `>}].` to switch pages
* `esc` or `ctrl-c` to exitOtherwise not much to it.