I hereby claim:
- I am nchapon on github.
- I am nchapon (https://keybase.io/nchapon) on keybase.
- I have a public key ASABTj5GZN8vRoVOT_zR-ndEPDTsHtdI1NJ03EUcSFBHLgo
To claim this, I am signing this object:
<!doctype html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>FizzBuzz en HTML</title> | |
</head> | |
<body> | |
<div> | |
<style> | |
body { |
I hereby claim:
To claim this, I am signing this object:
(require '[babashka.http-client :as http]) | |
(require '[cheshire.core :as json]) | |
(require '[clojure.string :as str]) | |
(require '[babashka.fs :as fs]) | |
(defn get-url | |
"Get URL" | |
[url] | |
(println "Downloading url:" url) | |
(http/get url)) |