Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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 exit

Otherwise not much to it.