index
:
aniwatch-api
main
Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-19
refactor: changed `models` dir to `types`
Ritesh Ghosh
25
-0
/
+0
2024-01-19
refactor: `types` dir import
Ritesh Ghosh
1
-1
/
+1
2024-01-19
refactor: `types` dir import
Ritesh Ghosh
11
-13
/
+13
2024-01-19
refactor: `types` dir import
Ritesh Ghosh
3
-3
/
+3
2024-01-19
refactor: `types` dir import
Ritesh Ghosh
10
-12
/
+12
2023-12-29
feat: add `malID` to episode srcs
Ritesh Ghosh
1
-0
/
+5
2023-12-17
feat(estimatedSchedule): add `estimatedSchedule` parser
Ritesh Ghosh
1
-0
/
+67
2023-12-17
feat(estimatedSchedule): add `EstimatedSchedule` types
Ritesh Ghosh
1
-0
/
+10
2023-12-17
refactor: parsers import export
Ritesh Ghosh
1
-0
/
+2
2023-12-17
refactor: parser models import export
Ritesh Ghosh
1
-0
/
+2
2023-12-17
refactor: controller models import export
Ritesh Ghosh
1
-0
/
+2
2023-12-17
refactor: controllers import export
Ritesh Ghosh
1
-0
/
+2
2023-12-17
feat(estimatedSchedule): add `/schedule` endpoint controller query params type
Ritesh Ghosh
1
-0
/
+3
2023-12-17
feat(estimatedSchedule): add `/schedule` endpoint controller
Ritesh Ghosh
1
-0
/
+36
2023-12-17
feat(estimatedSchedule): add `/schedule` route
Ritesh Ghosh
1
-0
/
+4
2023-12-16
feat: add `anilistID` in response
Ritesh Ghosh
1
-3
/
+33
2023-11-29
feat: add check for vercel deployment
Ritesh Ghosh
1
-9
/
+14
2023-11-22
fix(#4 bug): add otherInfo episodes clarification
Ritesh Ghosh
1
-1
/
+22
2023-11-22
fix(#5): update secret key fetch url
Ritesh Ghosh
1
-10
/
+18
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
2
-4
/
+4
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
10
-64
/
+56
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
10
-34
/
+34
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
10
-23
/
+29
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
1
-1
/
+1
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
1
-4
/
+4
2023-11-22
fix(ts): add strict file imports
Ritesh Ghosh
1
-3
/
+2
2023-11-22
fix(ts): add strict file & type imports
Ritesh Ghosh
1
-2
/
+2
2023-11-22
fix(ts): add strict file imports
Ritesh Ghosh
1
-10
/
+10
2023-11-22
fix(ts): add strict file imports
Ritesh Ghosh
1
-11
/
+11
2023-11-22
fix(ts): add strict file imports
Ritesh Ghosh
1
-12
/
+15
2023-11-22
fix(ts): add strict file imports
Ritesh Ghosh
1
-3
/
+3
2023-11-22
fix(ts): controller file imports
Ritesh Ghosh
1
-10
/
+10
2023-11-22
fix(ts): file import types & static folder path
Ritesh Ghosh
1
-8
/
+8
2023-11-22
refactor: add strict type imports
Ritesh Ghosh
1
-1
/
+1
2023-11-22
refactor: add strict type imports
Ritesh Ghosh
1
-1
/
+1
2023-09-10
perf(rateLimit): increased `windowMs` time
Ritesh Ghosh
1
-1
/
+1
2023-09-10
feat(legacyHeaders): update `ratelimit` config
Ritesh Ghosh
1
-4
/
+4
2023-09-10
feat: updated `ratelimit` config
Ritesh Ghosh
1
-2
/
+2
2023-08-28
feat(episodeServers): added `getEpisodeServers` route endpoint
Ritesh Ghosh
1
-0
/
+4
2023-08-28
feat(episodeServers): added `scrapeEpisodeServers` parser
Ritesh Ghosh
1
-0
/
+75
2023-08-28
feat(episodeServers): added `getEpisodeServers` controller
Ritesh Ghosh
1
-0
/
+30
2023-08-28
feat(episodeServers): added `EpisodeServersQueryParams` query param type
Ritesh Ghosh
1
-0
/
+3
2023-08-28
feat(episodeServers): added `ScrapedEpisodeServers` parser type
Ritesh Ghosh
1
-0
/
+8
2023-08-28
feat(episodeServers): added `SubEpisode` & `DubEpisode` types
Ritesh Ghosh
1
-0
/
+6
2023-08-28
refactor(controllerModels): updated controller models import export
Ritesh Ghosh
1
-0
/
+2
2023-08-28
refactor(parserModels): updated parser models import export
Ritesh Ghosh
1
-1
/
+3
2023-08-28
refactor(parsers): updated parsers import export
Ritesh Ghosh
1
-0
/
+2
2023-08-28
refactor(controllers): updated controllers import export
Ritesh Ghosh
1
-0
/
+2
2023-08-20
feat(cors): using cors config
Ritesh Ghosh
1
-0
/
+2
2023-08-20
feat(cors): added cors config
Ritesh Ghosh
1
-0
/
+10
[next]