blob: 36f4e85afc5fc7b7d0777d926cd6a51f1515332f (
plain) (
tree)
|
|
#+HTML_HEAD: <link rel="stylesheet" href="../static/style.css">
#+HTML_HEAD: <link rel="icon" href="../static/favicon.png" type="image/png">
#+OPTIONS: toc:nil
#+EXPORT_FILE_NAME: index
#+TITLE: Ara
Ara is a simple cli program that prints Covid-19 stats. Currently it
only prints India's Covid stats.
| Project Home | [[https://andinus.nand.sh/ara/][Ara]] |
| Source Code | [[https://git.tilde.institute/andinus/ara/][Andinus / Ara]] |
| GitHub (Mirror) | [[https://github.com/andinus/ara/][Ara - GitHub]] |
*Tested on*:
- OpenBSD 6.7
- Perl v5.30
*CPAN Modules*:
- YAML
- Path::Tiny
- JSON::MaybeXS
*Note*: Ara has /OpenBSD/ specific code, remove =OpenBSD::Unveil= to run on
other systems.
* Example
Running =ara= on 2020-05-29:
#+BEGIN_SRC
confirmed: 165729
recovered: 70920
active: 90087
deaths: 4711
#+END_SRC
|