covid19-babashka
May 10, 2020 ยท View on GitHub
Idea
Idea from Mohammed Aboullaite on Twitter: https://twitter.com/laytoun/status/1259198700397776901
Got interested in implementing the same with Clojure and Babashka: https://twitter.com/algrison/status/1259393589114789889
Running
./covid19.clj
./covid19.clj -c france
./covid19.clj -c france -g
Dependencies
clojure table
You need clojure table in your deps:
export BABASHKA_CLASSPATH=$BABASHKA_CLASSPATH:$(clojure -Spath -Sdeps '{:deps {table {:mvn/version "0.5.0"}}}')
asciigraph
You also need asciigraph installed on your system
go get github.com/guptarohit/asciigraph
go install github.com/guptarohit/asciigraph/cmd/asciigraph