tangled
alpha
login
or
join now
m1emi1em.dev
/
bb-scripts
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
remove babashka.http-client from require
m1emi1em.dev
1 year ago
128c6e9e
f36aff8e
-1
1 changed file
expand all
collapse all
unified
split
weather
weather.bb
-1
weather/weather.bb
···
1
1
#!/usr/bin/env bb
2
2
(require '[babashka.curl :as curl]
3
3
-
'[babashka.http-client :as http]
4
3
'[clojure.java.io :as io]
5
4
'[babashka.fs :as fs])
6
5