@animegarden/scraper
v0.5.2
Published
A scraper for AnimeGarden.
Downloads
19
Maintainers
Readme
🌸 Anime Garden Scraper
Scraper for AnimeGarden.
Installation
npm i @animegarden/scraperUsage
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
