Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 710 Bytes

books.md

File metadata and controls

20 lines (13 loc) · 710 Bytes

consumet.ts

BOOKS

By using BOOKS category you can interact with the book providers. And have access to the book providers methods. Which allows you to search for books, get the book information, get the book pdf/epub links.

// ESM
import { BOOKS } from '@consumet/extensions';

// <providerName> is the name of the provider you want to use. list of the proivders is below.
const bookProvider = BOOKS.<providerName>();

Book Providers List

This list is in alphabetical order. (except the sub bullet points)

(back to table of contents)