Skip to main content
Module

x/deno_books/mod.ts

Access OpenLibrary's API with Deno.
Latest
File
/** * Simple module for using OpenLibrary's API for searching books and getting * book details with their IDs. * * @module */export { getAuthor, getBook, getBookByISBN, getSubject, searchBook,} from './src/util.ts';