CLI script made with clj which tells me if I should water my balcony

It’s a standalone bash/clojure script using clj, which has dependencies and support for development using CIDER/nREPL. It uses a trick to only load the namespaces it needs, so CIDER/nREPL won’t be loaded when you’re not developing the script. It’s easy to deploy to my VPN with just scp and cron.

3 Likes

Added a lumo version too: https://github.com/borkdude/balcony/tree/master/lumo

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.