0.3.2 • Published 1 year ago

get-bonus v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

0.3.2

1 year ago

0.3.1-beta.2

2 years ago

0.3.1-beta.1

2 years ago

0.3.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago