Skip to content

JavDriver/anime-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Checker

Build Status Quality Gate Status Coverage Status Apache License 2

The application analyzes user watching titles from MyAnimeList and searches for new episodes on Animedia

Docker

Image

  • docker pull nasirov/anime-checker:latest

Run

  • Install Docker and Docker-Compose
  • Get docker-compose.yml and run docker-compose up
  • or just docker run -p 8080:8080 nasirov/anime-checker:latest
  • Access http://localhost:8080/ if *nix or http://${docker-machine ip}:8080/ if windows
  • Submit username from My Anime List and wait for a while

Note

  • Keep in mind that most of the data is creates in runtime and the application check result is directly depends on mal and animedia ping and the amount of your watching titles
  • For example, test case with 352 multiseasons titles handles about 2 minutes
  • After first full check your data puts in the cache for 30 min
  • Your title will update if it updates on mal or animedia in cached period
  • The application supports only default anime list view on mal

Screenshots

Index Start page

Invalid Input MAL username must be between 2 and 16 characters

Submit form Submit MAL username and wait a while

Result View Posters from "New Episode Available" section are provides links to new episodes on Animedia

Result View Posters from "Not Found on Animedia" section are provides links to title page on MyAnimeList

About

currently watching anime search application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.8%
  • FreeMarker 1.6%
  • Other 1.6%