0.5.2 • Published 7 months ago

@animegarden/scraper v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

🌸 Anime Garden Scraper

version AnimeGarden CI

Scraper for AnimeGarden.

Installation

npm i @animegarden/scraper

Usage

import { fetchDmhyPage, fetchMoePage, fetchLastestANi } from '@animegarden/scraper'

// Fetch the first page of 動漫花園
const dmhy = await fetchDmhyPage(fetch)

// Fetch the first page of 動漫花園
const moe = await fetchMoePage(fetch)

// Fetch latest ANi
const ani = await fetchLastestANi(fetch)

Credits

License

MIT License © 2023 XLor

0.5.0

8 months ago

0.4.0

9 months ago

0.5.2

7 months ago

0.5.1

8 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago