{"id":18686843,"url":"https://github.com/yakiyo/anilist_js","last_synced_at":"2026-04-22T23:35:27.876Z","repository":{"id":60829042,"uuid":"545598416","full_name":"Yakiyo/anilist_js","owner":"Yakiyo","description":"Deno module for interacting with the anilist api","archived":false,"fork":false,"pushed_at":"2022-11-01T14:02:18.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T00:43:32.982Z","etag":null,"topics":["anilist","anilist-api","anime","deno","deno-module","manga","wrapper-api"],"latest_commit_sha":null,"homepage":"https://deno.land/x/anilist_js","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yakiyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-04T16:49:15.000Z","updated_at":"2023-01-04T12:57:06.000Z","dependencies_parsed_at":"2022-10-05T11:00:21.499Z","dependency_job_id":null,"html_url":"https://github.com/Yakiyo/anilist_js","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yakiyo%2Fanilist_js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yakiyo%2Fanilist_js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yakiyo%2Fanilist_js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yakiyo%2Fanilist_js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yakiyo","download_url":"https://codeload.github.com/Yakiyo/anilist_js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239541972,"owners_count":19656124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anilist","anilist-api","anime","deno","deno-module","manga","wrapper-api"],"created_at":"2024-11-07T10:29:30.954Z","updated_at":"2026-04-22T23:35:27.832Z","avatar_url":"https://github.com/Yakiyo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# anilist-js [![.github/workflows/test.yml](https://github.com/Yakiyo/anilist-js/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/Yakiyo/anilist-js/actions/workflows/test.yml)\n\nDeno module for interacting with the anilist api. This package\nsimplifies making queries from the anilist api. As of now, this\npackage does not support making mutations.\n\n## Usage\n\nImport the module in your code\n\n```ts\nimport { Anilist } from 'https://deno.land/x/anilist_js@0.1.0/mod.ts';\n\nconst anilist = new Anilist();\n```\n\nThe package exports a base class `Anilist`. Initiate the class and use\nit.\n\nThe base anilist class bundles together multiple subclasses, all of\nwhich get initiated during initiating the base class. A documentation\nof the package is available\n[here](https://deno.land/x/anilist_js?doc). Please refer to the file\nof each class [here](https://deno.land/x/anilist_js/src) to view it's\ninternal methods and documentations. Return types for functions arent\nimplemented yet as creating interfaces for anilist results is a huge\ntask.\n\n## To be added\n\n- [ ] Support mutations\n- [ ] Create interfaces for return types ?\n\n## Credits\n\nThis project and its code were inspired by Butterstroke's\n[Anilist-node](https://github.com/Butterstroke/AniList-Node)\n\n## Author\n\n**anilist-js** © [Yakiyo](https://github.com/Yakiyo). Authored and\nmaintained by Yakiyo.\n\nReleased under [MIT](https://opensource.org/licenses/MIT) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakiyo%2Fanilist_js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyakiyo%2Fanilist_js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakiyo%2Fanilist_js/lists"}