Skip to main content
Module

x/deno_books/mod.ts

Access OpenLibrary's API with Deno.
Latest
import * as denoBooks from "https://deno.land/x/deno_books@v1.4.0/mod.ts";

Simple module for using OpenLibrary's API for searching books and getting book details with their IDs.

Functions

Get author based on its Open Library's ID, id, from Open Library's API.

Get book based on its Open Library's ID, id, from Open Library's API.

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

Get a book subject based on its key or name, key, from Open Library's API.

Search for book based on query from Open Library's API.