Skip to main content
Module

x/deno_books/mod.ts>getBookByISBN

Access OpenLibrary's API with Deno.
Go to Latest
function getBookByISBN
import { getBookByISBN } from "https://deno.land/x/deno_books@v1.4.0/mod.ts";

Get book based on one of its ISBNs, isbn, from Open Library's API.

Parameters

isbn: string

Returns

Promise<Book>

Book