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
2023-08-07
chore(imports): refactored anime & parser type imports
Ritesh Ghosh
5
-7
/
+8
2023-08-07
refactor: added `notFoundHandler`
Ritesh Ghosh
1
-0
/
+8
2023-08-07
refactor: added `errorHandler`
Ritesh Ghosh
1
-0
/
+11
2023-08-07
chore(utils): refactored utils exports
Ritesh Ghosh
1
-188
/
+26
2023-08-07
chore(utils): refactored utility methods
Ritesh Ghosh
1
-0
/
+178
2023-08-07
chore(utils): refactored constants
Ritesh Ghosh
1
-0
/
+10
2023-08-07
chore(envs): added type safe envs
Ritesh Ghosh
1
-0
/
+18
2023-08-07
chore(homePageInfo): updated `getHomePage` handler name
Ritesh Ghosh
1
-2
/
+2
2023-08-07
chore(cleanup): cleaned up server.ts
Ritesh Ghosh
1
-37
/
+8
2023-08-06
style: updated genre endpoint comment
Ritesh Ghosh
1
-1
/
+1
2023-08-06
style: updated sample endpoint comment
Ritesh Ghosh
1
-1
/
+1
2023-08-06
fix(totalPages): fixed bug showing wrong `totalPages`
Ritesh Ghosh
3
-28
/
+13
2023-08-04
feat(newController): added `animeGenre` controller
Ritesh Ghosh
1
-0
/
+32
2023-08-04
feat(newRoute): added `/genre/:name` route
Ritesh Ghosh
1
-0
/
+4
2023-08-04
feat(newParser): added `ScrapedGenreAnime` parser type
Ritesh Ghosh
1
-0
/
+6
2023-08-04
refactor(models): updated models imports & exports
Ritesh Ghosh
1
-0
/
+12
2023-08-03
refactor(controller): updated controller imports & exports
Ritesh Ghosh
1
-1
/
+9
2023-08-03
refactor(parser): updated parser imports & exports
Ritesh Ghosh
1
-3
/
+11
2023-08-03
feat(newParser): added `animeGenre` parser
Ritesh Ghosh
1
-0
/
+111
2023-08-03
fix(otherInfoBug): `otherInfo` wouldn't show all stats
Ritesh Ghosh
1
-13
/
+17
2023-08-03
feat(newRoutes): added `/` & `/home` routes
Ritesh Ghosh
1
-1
/
+12
2023-08-03
feat(newController): added `animeAboutInfo` controller
Ritesh Ghosh
1
-0
/
+25
2023-08-03
feat(newParser): added `animeAboutInfo` parser
Ritesh Ghosh
1
-0
/
+185
2023-08-03
feat(newAnimeTypes): added several types related to `ScrapedAnimeAboutInfo` p...
Ritesh Ghosh
1
-0
/
+17
2023-08-03
refactor(MostPopularAnime): updated `MostPopularAnime` type
Ritesh Ghosh
1
-2
/
+2
2023-08-03
feat(newParserType): added `ScrapedAnimeAboutInfo` parser type
Ritesh Ghosh
1
-0
/
+15
2023-08-03
feat(new types): added several new types & made types D.R.Y
Ritesh Ghosh
1
-16
/
+18
2023-08-03
feat(parser types): added `homePage` & `searchResult` types
Ritesh Ghosh
1
-1
/
+31
2023-08-03
refactor: updated models/types import export
Ritesh Ghosh
1
-3
/
+17
2023-08-03
feat(homeController): added home route controller
Ritesh Ghosh
1
-0
/
+19
2023-08-03
refactor: updated controller import export
Ritesh Ghosh
1
-1
/
+2
2023-08-03
refactor(type): return type of `animeSearch` parser
Ritesh Ghosh
1
-4
/
+3
2023-08-03
feat(parser): added home page parser
Ritesh Ghosh
1
-0
/
+183
2023-08-03
refactor: updated parser import export
Ritesh Ghosh
1
-1
/
+2
2023-08-03
feat(homeRoute): added home route
Ritesh Ghosh
1
-1
/
+4
2023-08-03
refactor(top10Animes): updated anime prop name
Ritesh Ghosh
1
-1
/
+1
2023-08-02
refactor: removed unnecessary import
Ritesh Ghosh
1
-1
/
+1
2023-08-02
fix: updated controllers exports
Ritesh Ghosh
1
-1
/
+2
2023-08-02
feat: added `animeSearch` controller
Ritesh Ghosh
1
-0
/
+33
2023-08-02
feat: updated `extractAnimes` & added `extractMostPopularAnimes`
Ritesh Ghosh
1
-8
/
+76
2023-08-02
feat(routes): added route
Ritesh Ghosh
1
-1
/
+4
2023-08-02
fix: updated parser exports
Ritesh Ghosh
1
-1
/
+2
2023-08-02
feat: added anime search parser
Ritesh Ghosh
1
-0
/
+95
2023-08-02
feat(anime): added anime search result & most popular anime types
Ritesh Ghosh
1
-1
/
+19
2023-08-02
feat: updated types export
Ritesh Ghosh
1
-4
/
+8
2023-08-02
feat: added anime category controller
Ritesh Ghosh
1
-0
/
+32
2023-08-02
feat: added all controllers export
Ritesh Ghosh
1
-0
/
+3
2023-08-02
feat: added anime category parser
Ritesh Ghosh
1
-0
/
+119
2023-08-02
feat: added all parsers export
Ritesh Ghosh
1
-0
/
+3
2023-08-02
feat: added all types export
Ritesh Ghosh
1
-0
/
+18
[next]