Skip to content

ironicgitposting/jikan_ex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JikanEx Build Status Hex.pm PRs Welcome

A thin elixir wrapper for the Jikan API.

See the documentation for usage.

Quickstart

alias JikanEx.Request
client = JikanEx.client()
response = client |> Request.anime!(1)
IO.puts response["title"]  # Prints 'Cowboy Bebop'

Installation

Add the following to your mix.exs:

def deps do
  [
    {:jikan_ex, "~> 0.1.4"}
  ]
end

About

An elixir wrapper for the Jikan API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%