get-bonus
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

get-bonus

version License CI

安装 / Installation

npm i get-bonus
# or yarn
yarn add get-bonus
# or pnpm 
pnpm i get-bonus

使用 / Usage

import { Scraper, Melonbooks, Animate, Mangaoh, Comiczin, Gamers, Toranoana } from 'get-bonus'

const providers = [
  new Melonbooks(),
  new Animate(),
  new Toranoana(),
  new Gamers(),
  new Mangaoh(),
  new Comiczin()
]
const scraper = new Scraper(...providers)

const searchResult = await scraper.search(`...`)
const details = await scraper.getAllDetails(searchResult)

使用协议 / License

LICENSE

本程序附带 MIT License 开源。使用本程序及其源代码时,请遵守 MIT License。

This program comes with the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i get-bonus

Weekly Downloads

9

Version

0.3.2

License

MIT

Unpacked Size

42.7 kB

Total Files

8

Last publish

Collaborators

  • yjl9903