Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Japanese dictionary API; a wrapper around Jisho's API (http://jisho.org)

License

NotificationsYou must be signed in to change notification settings

nbw/jisho_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JishoElixirHex pm

A wrapper around Jisho.org's API (http://jisho.org).

What isJisho.org?

It's an online Japanese to English dictionary that you can read abouthere.

JishoElixir currently Supports

  1. Searching by word
  2. Searching by tagshttp://jisho.org/docs
  3. Searching for verbs
  4. And much more if you combine them.

Installation

First, add JishoElixir to your mix.exs dependencies:

defdepsdo[{:jisho_elixir,"~> 0.1.0"}]end

and run $ mix deps.get

Usage

Your best bet is to visit the hex docs, but:

JishoElixir.search("峠",["n","exp"],1)
JishoElixir.tag("jlpt-n1")
JishoElixir.verb("prance")

FAQ

What about formatting the response?

The library returns a map that's been parsed directly from json. I leave it up to you to write a wrapper around it.

Do I need an API key?

Nope.

Where can I find documentation for the Jisho API

At the moment, justhere.

What about kanji?

It's been hinted by the Jisho team that it's on the way, but for now you can search kanji the same way you search a word. The downside is kanjitags (foundhere) won't work.

Thanks

Thank you to theJisho.org team, especiallyKimtaro.

About

A Japanese dictionary API; a wrapper around Jisho's API (http://jisho.org)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp