clj-openweathermap

Simple Clojure wrapper for the OpenWeatherMap API

Leiningen/Boot

[clj-openweathermap "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-openweathermap/clj-openweathermap {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-openweathermap:clj-openweathermap:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-openweathermap</groupId>
  <artifactId>clj-openweathermap</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>