https://github.com/agrison/covid19-babashka
https://github.com/agrison/covid19-babashka
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agrison/covid19-babashka
- Owner: agrison
- License: epl-2.0
- Created: 2020-05-10T08:35:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T11:11:57.000Z (over 5 years ago)
- Last Synced: 2024-04-16T07:13:10.463Z (about 2 years ago)
- Language: Clojure
- Size: 10.7 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# covid19-babashka
## 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
```sh
./covid19.clj
./covid19.clj -c france
./covid19.clj -c france -g
```
## Dependencies
### clojure table
You need clojure table in your deps:
```sh
export BABASHKA_CLASSPATH=$BABASHKA_CLASSPATH:$(clojure -Spath -Sdeps '{:deps {table {:mvn/version "0.5.0"}}}')
```
### asciigraph
You also need asciigraph installed on your system
```sh
go get github.com/guptarohit/asciigraph
go install github.com/guptarohit/asciigraph/cmd/asciigraph
```