Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.

License

NotificationsYou must be signed in to change notification settings

consumet/consumet.ts

Repository files navigation

consumet.ts

consumet.ts is a Node library which provides high-level APIs to get information about several entertainment mediums like books, movies, comics, anime, manga, etc.

npm (scoped)npm (scoped)Prs are welcomeDiscordGitHub

Table of Contents

Quick Start

Installation

To use consumet.ts in your project, run:

yarn add @consumet/extensions# or "npm i @consumet/extensions"

Usage

Example - searching for a book using the libgen provider.

import{BOOKS}from"@consumet/extensions"// Create a new instance of the Libgen providerconstbooks=newBOOKS.Libgen();// Search for a book. In this case, "Pride and Prejudice"constdata=books.search('pride and prejudice').then(data=>{// print resultsconsole.log(data)})

Example - searching for anime using the gogoanime provider.

import{ANIME}from"@consumet/extensions"// Create a new instance of the Gogoanime providerconstgogoanime=newANIME.Gogoanime();// Search for an anime. In this case, "One Piece"constresults=gogoanime.search("One Piece").then(data=>{// print resultsconsole.log(data);})

Do you want to know more? Head to theGetting Started.

Documentation

Ecosystem

Provider Request

Make a newissue with the name of the provider on the title, as well as a link to the provider in the body paragraph.

Contributing

Check outcontributing guide to get an overview of consumet.ts development.

Support

You can contact the maintainers of consumet.ts viaemail, orjoin the discord server (Recommended).

Contributors ✨

Thanks to the following people for keeping this project alive and thriving.

Credits

  • Anify API - Used as a caching layer for the meta/anilist provider to speed up responses.

License

Licensed underGPL-3.0.


[8]ページ先頭

©2009-2025 Movatter.jp