8000 GitHub - timharek/openlibrary: API client for OpenLibrary's API for searching books, authors etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timharek/openlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSR sourcehut GitHub mirror

builds.sr.ht status

OpenLibrary API client

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

Installation

deno add @timharek/openlibrary
# or using NPM
npx jsr add @timharek/openlibrary
# or using Bun
bunx jsr add @timharek/openlibrary

Examples

import { book } from "jsr:@timharek/openlibrary";

const result = await book.get("OL17914663W");
import { book } from "jsr:@timharek/openlibrary";

const result = await book.search("All Systems Red");

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0