v1.4.3
API client for OpenLibrary's API for searching books, authors etc.
Attributes
Includes Deno configuration
Repository
Current version released
6 months ago
Dependencies
Books
Access OpenLibrary’s API via Deno.
Usage
import { getBook, searchBook } from 'jsr:@timharek/openlibrary';
Install as CLI
deno install --allow-net=openlibrary.org \
-n books jsr:@timharek/openlibrary/cli