API client for Kitsu.io, with optional Anime collection, and optional Anilist syncing.
Go to file
Timothy Warren d4d8b5d9c7 Move the configurable item to top of index.php 2015-06-16 11:43:30 -04:00
app Enable toggling of anime collection view 2015-06-16 11:21:22 -04:00
public Add list views and additional configuration options 2015-06-16 11:11:35 -04:00
.gitignore More caching, and start of anime collection view 2015-06-09 18:18:53 -04:00
README.md Add README 2015-06-16 11:33:06 -04:00
anime_collection.sqlite Update sqlite database 2015-06-11 12:57:15 -04:00
composer.json More caching, and start of anime collection view 2015-06-09 18:18:53 -04:00
index.php Move the configurable item to top of index.php 2015-06-16 11:43:30 -04:00

README.md

Hummingbird Anime Client

A self-hosted client that allows custom formatting of data from the hummingbird api

[Hosted Example]

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

  1. Install dependencies via composer: composer install
  2. Change the WHOSE constant declaration in index.php to your name
  3. Configure settings in app/config/config.php to your liking