ScanAnime is an anime streaming service I built for fun. It's designed to be used with an API, if you have one this should work well with some modifications to the cache and sorting / filtering systems. Use, modify & tweak, enjoy. The UI is still a work in progress (it's rough in places).
- REST API
- Caching System
- Listing, sorting & searching system
- Mobile & Desktop scaling
- Supports popout player
- API (scananime/src/packs/api.js)
- Properly configured CORS (scananime/src/network/api.js)