https://github.com/knutwalker/covidd
Render current covid data for Dresden in the terminal
https://github.com/knutwalker/covidd
hacktoberfest rust
Last synced: over 1 year ago
JSON representation
Render current covid data for Dresden in the terminal
- Host: GitHub
- URL: https://github.com/knutwalker/covidd
- Owner: knutwalker
- License: mit
- Created: 2020-10-31T13:48:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T07:57:39.000Z (over 3 years ago)
- Last Synced: 2025-03-15T15:53:52.256Z (over 1 year ago)
- Topics: hacktoberfest, rust
- Language: Rust
- Homepage:
- Size: 685 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# covidd
Render COVID-19 case data for Dresden in the terminal
## Installation
### Prerequisites
This tool is build with Rust so you need to have a rust toolchain and cargo installed.
If you don't, please visit [https://rustup.rs/](https://rustup.rs/) and follow their instructions.
### Building
The preferred way is to run:
```rust
make install
```
If you do not have a fairly recent `make` (on macOS, homebrew can install a newer version),
or don't want to use make, you can also run `cargo install --path .`.
### Already built binaries
If you don't want to compile on your own, you can find binaries at [the Github release page](https://github.com/knutwalker/covidd/releases).
## Usage
Run `covidd`.
- Press Up/Right to zoom in
- Press Down/Left to zoom out
- Press Home/End to fully zoom in/out
- Press 1 through 9 to zoom to the latest weeks
- Press q to quit
Run `covidd --help` for an overview of more available options.
#### Screenshot

License: MIT OR Apache-2.0