Rushil Perera b8ae211956 feat(aniwatch): Improves title matching logic
- Enhances title matching accuracy when fetching Aniwatch IDs.
- Prioritizes user-preferred titles and falls back to English titles.
- Ensures only one fetch call is made per title if both english and userPreferred title are same.
- Adds a score threshold to filter low-quality matches.
- Fixes a bug where the episode list was not being returned.
2025-04-23 09:49:06 -04:00
2024-09-19 15:59:49 -04:00
2024-06-13 06:17:39 -04:00
2024-06-02 07:48:38 -04:00
2024-06-09 10:49:20 -04:00
2024-05-14 22:01:21 -04:00
2024-10-29 07:44:05 -04:00
2024-06-12 09:31:12 -04:00
2024-10-29 07:44:05 -04:00
2024-06-13 06:17:39 -04:00
2024-10-05 16:48:42 -04:00

npm install
npm run dev
npm run deploy

Development

If a route is internal-only or doesn't need to appear on the OpenAPI spec (that's autogenerated by Hono), use the Hono class. Otherwise, use the OpenAPIHono class from @hono/zod-openapi.

Description
No description provided
Readme 1.9 MiB
Languages
TypeScript 100%