/openweathermap-clj

A Clojure library to interact with the openweathermap API.

Primary LanguageClojure

openweathermap-clj

This is a simple clojure library that wraps the OpenWeatherMap service in Clojure. You will need an api key from here to use this.

How to use it

(ns my.namespace
  (:require [openweathermap-clj.core :as weather]))

;; Get the current weather in London
(weather/current "myapikey" "London")