Skip to content

API client for OpenLibrary's API for searching books, authors etc.

License

Notifications You must be signed in to change notification settings

timharek/openlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version sourcehut GitHub mirror

Books

Access OpenLibrary's API via Deno.

Usage

import { getBook, searchBook } from 'https://deno.land/x/deno_books/mod.ts';

Install as CLI

deno install --allow-net=openlibrary.org \
  -n books https://deno.land/x/deno_books/src/cli.ts