aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-08-13feat(animeSearchSuggestion): added `ScrapedAnimeSearchSuggestion` typeRitesh Ghosh1-0/+6
2023-08-13feat(animeSearchSuggestion): added `animeSearchSuggestion` query param typeRitesh Ghosh1-0/+3
2023-08-13feat(animeSearchSuggestion): added `animeSearchSuggestion` controllerRitesh Ghosh1-0/+31
2023-08-13feat(animeSearchSuggestion): added `animeSearchSuggestion` parserRitesh Ghosh1-0/+78
2023-08-13feat(routes): added `search/suggest` & `/producer` routesRitesh Ghosh1-0/+8
2023-08-13refactor(env): added all envsRitesh Ghosh1-8/+10
2023-08-13refactor(homeRoute): replaced `/` route with static resourcesRitesh Ghosh1-8/+10
2023-08-13refactor: removed home controllerRitesh Ghosh1-8/+0
2023-08-13refactor(env): removed env type configRitesh Ghosh1-18/+0
2023-08-13chore(env): removed `envalid` pkg as not in useRitesh Ghosh1-1/+0
2023-08-13docs(endpoints): added new endpoints & updated existing onesRitesh Ghosh1-33/+171
2023-08-13test(animeProducer): added `animeProducer` parser testRitesh Ghosh1-0/+11
2023-08-13ci(tests): added tests workflowRitesh Ghosh1-0/+24
2023-08-13refactor(env): removed `.env.example` fileRitesh Ghosh1-9/+0
2023-08-07chore(release): v1.5.1 [skip ci]Conventional Changelog Action2-16/+16
2023-08-07refactor: updated api docs linkRitesh Ghosh1-2/+3
2023-08-07chore: updated repo api linksRitesh Ghosh1-7/+7
2023-08-07docs: updated api repo linksRitesh Ghosh1-1/+1
2023-08-07chore: updated api repo linksRitesh Ghosh1-6/+6
2023-08-07revert: changesRitesh Ghosh0-0/+0
2023-08-07docs: updated repo linksRitesh Ghosh1-12/+12
2023-08-07chore(release): v1.5.1 [skip ci]Conventional Changelog Action2-5/+5
2023-08-07docs: updated api name in docs from zoro to aniwatchRitesh Ghosh1-4/+4
2023-08-07chore(release): v1.5.0 [skip ci]Conventional Changelog Action2-10/+11
2023-08-07feat: rate limited endpointsRitesh Ghosh1-0/+2
2023-08-07feat: added rate limit configRitesh Ghosh1-0/+9
2023-08-07chore(pkgs): added express-rate-limit, jest pkgs & test scriptRitesh Ghosh1-2/+6
2023-08-07test: added animeSearch testRitesh Ghosh1-0/+8
2023-08-07test: added homePage anime info testRitesh Ghosh1-0/+16
2023-08-07test: added animeGenre testRitesh Ghosh1-0/+9
2023-08-07test: added animeCategory testRitesh Ghosh1-0/+11
2023-08-07test: added animeAboutInfo testRitesh Ghosh1-0/+10
2023-08-07test: added jest config fileRitesh Ghosh1-0/+7
2023-08-07chore(release): v1.4.0 [skip ci]Conventional Changelog Action2-5/+18
2023-08-07feat(controllerTypes): added request handler typesRitesh Ghosh5-50/+68
2023-08-07refactor: refactored controller imports & exportsRitesh Ghosh1-5/+7
2023-08-07feat: added home page controllerRitesh Ghosh1-0/+8
2023-08-07refactor: refactored typesRitesh Ghosh2-115/+0
2023-08-07revert(parserTypes): refactored parser typesRitesh Ghosh6-0/+88
2023-08-07feat: added controller request handler typesRitesh Ghosh5-0/+37
2023-08-07feat: added index pageRitesh Ghosh1-0/+19
2023-08-07chore(imports): refactored anime & parser type importsRitesh Ghosh5-7/+8
2023-08-07refactor: added `notFoundHandler`Ritesh Ghosh1-0/+8
2023-08-07refactor: added `errorHandler`Ritesh Ghosh1-0/+11
2023-08-07chore(utils): refactored utils exportsRitesh Ghosh1-188/+26
2023-08-07chore(utils): refactored utility methodsRitesh Ghosh1-0/+178
2023-08-07chore(utils): refactored constantsRitesh Ghosh1-0/+10
2023-08-07chore(envs): added type safe envsRitesh Ghosh1-0/+18
2023-08-07chore(homePageInfo): updated `getHomePage` handler nameRitesh Ghosh1-2/+2
2023-08-07chore(cleanup): cleaned up server.tsRitesh Ghosh1-37/+8