Skip to content

rcoedo/isbndbex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isbndbex Build Status

Isbndbex is an elixir wrapper for isbndb.com. Check the documentation here.

This is my first elixir project, so excuse me if the the module does not meet your expectations or does not follow the common conventions. Any feedback will be much appreciated and I'll update the package as I learn more elixir :)

Installation

  1. Add isbndbex to your list of dependencies in mix.exs:
def deps do
[{:isbndbex, "~> 0.0.1"}]
end
  1. Ensure isbndbex is started before your application:
def application do
[applications: [:isbndbex]]
end

Usage

Just start a server and start using it.

{:ok, server} = Isbndbex.start(@key) # Start a server with your api key
server |> Isbndbex.get_book("9781937785581") # Get a book

About

Elixir wrapper for isbndb

Resources

License

Stars

Watchers

Forks

Packages

No packages published