Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 747 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 747 Bytes

Welcome to inzidenz-cli 👋

Version License: AGPL3

A cli written in golang which extracts the current incidence of the cities homepage.

Installation

go install github.com/baerla/inzidenz-cli@latest
echo 'export COVID_INCIDENCE_CONFIG="$HOME/.inzidenz.json"' >> ~/.zshrc

Usage

inzidenz-cli add <name> <url of the webpage containing the incidence value>
inzidenz-cli get
inzidenz-cli get <name>
inzidenz-cli get <name> <url of the webpage containing the incidence value>