0.1.1 • Published 3 months ago

animegarden v0.1.1

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

AnimeGarden

version AnimeGarden CI

API client and utils for AnimeGarden.

Installation

npm i animegarden

Usage

import { fetchResources } from 'animegarden'

// Fetch the first page of Anime Garden mirror site
const resources = await fetchResources(fetch)

// Fetch all the resources which match some filter conditions
const sakurato = await fetchResources(fetch, { count: -1, fansub: 619 })

Assume your environment has built-in Fetch. If not you can use undici or ofetch.

You can check more filter conditions FilterOptions and usage examples in ./scripts/ directory.

Credits

License

MIT License © 2023 XLor

0.1.1

3 months ago

0.1.0

3 months ago

0.0.24

10 months ago

0.0.25

9 months ago

0.0.30

7 months ago

0.0.31

7 months ago

0.0.32

7 months ago

0.0.33

6 months ago

0.0.26

8 months ago

0.0.27

8 months ago

0.0.28

8 months ago

0.0.29

7 months ago

0.0.22

11 months ago

0.0.23

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.17

11 months ago

0.0.18

11 months ago

0.0.15

1 year ago

0.0.16

12 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago