Skip to main content
Module

x/deno_books/mod.ts

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