API client for Kitsu.io, with optional Anime collection, and optional Anilist syncing.
app | ||
public | ||
.gitignore | ||
anime_collection.sqlite | ||
composer.json | ||
index.php | ||
README.md |
Hummingbird Anime Client
A self-hosted client that allows custom formatting of data from the hummingbird api
Features
-
Anime List views:
- Watching
- Plan to Watch
- On Hold
- Dropped
- Completed
- All of the above
-
Manga List views:
- Reading
- Plan to Read
- On Hold
- Dropped
- Completed
- All of the above
-
Anime collection view (segmented by media type):
- Cover Images
- Table List
Requirements
- PHP 5.4+
- PDO SQLite (For collection tab)
Installation
- Install dependencies via composer:
composer install
- Change the
WHOSE
constant declaration inindex.php
to your name - Configure settings in
app/config/config.php
to your liking