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-07-14
feat: add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` end...
Ritesh Ghosh
1
-0
/
+6
2024-07-14
feat: add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` end...
Ritesh Ghosh
1
-0
/
+2
2024-07-14
refactor: update constants.ts with typed URLs
Ritesh Ghosh
1
-4
/
+4
2024-06-11
feat: update rate limit to 6 reqs every 30 mins
Ritesh Ghosh
1
-1
/
+1
2024-05-02
fix: crash on unencrypted sources in megacloud extractor
WBRK-dev
1
-1
/
+1
2024-04-28
chore: removed unnecessary lines
WBRK-dev
1
-4
/
+0
2024-04-28
feat: added characters and voice actors to `/info` endpoint response
WBRK-dev
2
-0
/
+34
2024-04-28
feat: added promotional videos to `/info` endpoint response
WBRK-dev
2
-0
/
+23
2024-04-28
feat: added raw servers to `/servers` endpoint response
WBRK-dev
2
-1
/
+12
2024-04-28
feat: added the ability to grab episode sources from raw servers in endpoint ...
WBRK-dev
3
-2
/
+3
2024-04-21
fix: regex key grabber
WBRK-dev
1
-65
/
+42
2024-04-20
feat: added new error message
WBRK-dev
1
-0
/
+4
2024-04-13
fix: Removed unnecessary attributes from Anime interface
Raze Viana
1
-2
/
+0
2024-04-13
feat: added mal and anilist id to anime info endpoint
Raze Viana
2
-0
/
+16
2024-03-25
feat(advancedSearch): add utility methods related to advanced search
Ritesh Ghosh
1
-0
/
+85
2024-03-25
refactor: update exports
Ritesh Ghosh
1
-35
/
+10
2024-03-25
refactor: update exports
Ritesh Ghosh
1
-33
/
+2
2024-03-25
feat(advancedSearch): add advanced related constants
Ritesh Ghosh
1
-2
/
+113
2024-03-25
feat(advancedSearch): add utility props to search response
Ritesh Ghosh
1
-0
/
+3
2024-03-25
feat(advancedSearch): add helper types
Ritesh Ghosh
1
-0
/
+16
2024-03-25
feat(advancedSearch): add advanced search feature
Ritesh Ghosh
1
-11
/
+41
2024-03-25
feat(advancedSearch): feat: add search filter parsing
Ritesh Ghosh
1
-10
/
+33
2024-03-12
feat: disabled `ratelimit` & `dont_sleep` for personal deployments
Ritesh Ghosh
1
-8
/
+25
2024-03-12
feat: add json rate limit response; replace `max` with `limit`
Ritesh Ghosh
1
-3
/
+9
2024-03-03
feat: add explicit interval time for convenience
Ritesh Ghosh
1
-1
/
+2
2024-03-03
feat: add axios config for future code reusability
Ritesh Ghosh
1
-0
/
+21
2024-03-03
feat: update rebranded domain name
Ritesh Ghosh
1
-1
/
+2
2024-03-03
feat: merge 'main' of https://github.com/ghoshRitesh12/aniwatch-api
Ritesh Ghosh
2
-4
/
+10
2024-03-03
feat: update rebranded domain name
Ritesh Ghosh
1
-1
/
+2
2024-02-28
Added double quotes in fallback domain
Ayush Choudhary
1
-1
/
+1
2024-02-28
Added `.env.example`
Ayush Choudhary
2
-3
/
+10
2024-02-26
refactor: update extractor imports
Ritesh Ghosh
1
-1
/
+2
2024-02-26
feat: replace RapidCloud extractor for MegaCloud
Ritesh Ghosh
1
-2
/
+7
2024-02-26
feat: add MegaCloud extractor
Ritesh Ghosh
1
-0
/
+245
2024-02-20
feat: update decrypt key src
Ritesh Ghosh
1
-11
/
+13
2024-02-20
feat: update aniwatch domain name
Ritesh Ghosh
1
-4
/
+4
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
[next]