Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 394 Bytes

clojisho

A Clojure wrapper for the jisho.org site API.

Leiningen/Boot

[clojisho "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clojisho {:mvn/version "0.1.0-SNAPSHOT"}

Usage

Use the function (core.search-keyword "word"), which will return the body of a request done to the API.

Clojars Project