;;; Clojure Finland

> (require '[ClojureFinland.html.page :as page])

;; About

> (-> page/about :description :data)

"Clojure Finland is a community that promotes the use of Clojure in Finland. We organise meetups in Helsinki and Tampere.

If you are new to Clojure, check the guides at Clojure.org and don’t hesitate to ask questions in e.g. #beginners or #clojure-finland channels in Clojurians Slack or #clojure channel in Koodiklinikka Slack!"

;; Companies

> (-> page/companies :description :data)

"Companies that use Clojure in Finland."

> (doseq [company (-> page/companies :items :data)] (prn company))

:name"Cartman Digital"
:web"https://www.cartman.fi/"
:name"Cloudpermit"
:web"https://cloudpermit.com/"
:name"Digitaalinen asuntokauppa DIAS"
:web"https://dias.fi"
:name"Discendum"
:web"https://discendum.fi/"
:name"Emblica"
:web"https://emblica.fi"
:name"Flowa"
:web"https://www.flowa.fi"
:name"Futurice"
:web"https://futurice.com"
:name"Gofore"
:web"https://gofore.com"
:name"IPRally"
:web"https://www.iprally.com/"
:name"Leanheat"
:web"https://leanheat.com"
:name"Metosin"
:web"https://www.metosin.fi"
:name"Netum"
:web"https://www.netum.fi"
:name"Nitor"
:web"https://www.nitor.com"
:name"Reaktor"
:web"https://www.reaktor.com"
:name"Remod"
:web"https://remod.fi/"
:name"Sharetribe"
:web"https://www.sharetribe.com/"
:name"Solita"
:web"https://www.solita.fi"
:name"Siili Solutions"
:web"https://www.siili.com"
:name"Taiste"
:web"https://taiste.fi"
:name"Vincit"
:web"https://www.vincit.fi"
:name"Wunderdog"
:web"https://wunder.dog"
:name"YLE"
:web"https://yle.fi/"

> (-> page/companies :text :data)

"Is your company missing from the list? Contact us."

;; Meetup Groups

> (:data page/meetup-groups)

:helsinki"https://www.meetup.com/Helsinki-Clojure-Meetup/events/"
:tampere"https://www.meetup.com/Tampere-Clojure-Meetup/"
:bridge"https://clojurebridge.fi/"

;; Contact

> (:data page/contact)

:email"clojurehelsinki@gmail.com"
:github"https://github.com/ClojureFinland"
:slack
:url"https://koodiklinikka.fi/"
:channel"#clojure"
:language"Finnish"
:url"https://join.slack.com/t/clojurians/shared_invite/zt-lsr4rn2f-jealnYXLHVZ61V2vdi15QQ"
:channel"#clojure-finland"
:language"English"
:twitter"https://twitter.com/clojurefinland"
:youtube"https://www.youtube.com/channel/UC7GYPoytIg5R56V2Pn-xU9g/videos"