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-12-17
feat: add global constants
Ritesh Ghosh
1
-0
/
+5
2024-12-07
feat(cache): add middleware to insert `CACHE_CONFIG` variable in request context
Ritesh Ghosh
1
-4
/
+20
2024-12-07
feat(cache): integrated Redis caching layer for endpoint responses
Ritesh Ghosh
1
-17
/
+80
2024-12-07
feat(cache): add `AniwatchAPICache` class to implement API caching layer
Ritesh Ghosh
1
-0
/
+50
2024-12-07
feat(server): add aniwatch variables types for type-safe req context variable...
Ritesh Ghosh
1
-0
/
+8
2024-10-06
Aniwatch API Version 2 (#66)
Ritesh Ghosh
65
-3264
/
+197
2024-10-04
feat: update allowed origins to include wildcard if env not present
Ritesh Ghosh
1
-6
/
+5
2024-10-01
Enhance CORS Configuration for Production Security
Divyansh
1
-3
/
+18
2024-07-24
feat: add `jname` field to Anime interface
Ritesh Ghosh
1
-5
/
+10
2024-07-21
fix: added japanese anime names to all responses
WBRK-dev
3
-7
/
+17
2024-07-21
feat: added `mostPopular`, `mostFavorite` and `latestCompleted` to the home r...
WBRK-dev
3
-0
/
+14
2024-07-21
feat: added episode count to top airing anime
WBRK-dev
1
-29
/
+2
2024-07-21
feat: added episode number to estimated anime schedule
WBRK-dev
2
-0
/
+2
2024-07-18
fix: fixed tests regarding episode sources
WBRK-dev
1
-3
/
+3
2024-07-18
fix: fixed using specific server for episode sources
WBRK-dev
1
-2
/
+2
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
[next]