0.5.2 • Published 7 months ago
@animegarden/scraper v0.5.2
🌸 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