Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darrie7/animel
Anime tracker using Anilist API built with Cordova
https://github.com/darrie7/animel
android anilist anime cordova
Last synced: about 1 month ago
JSON representation
Anime tracker using Anilist API built with Cordova
- Host: GitHub
- URL: https://github.com/darrie7/animel
- Owner: darrie7
- Created: 2024-07-03T23:58:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T14:48:42.000Z (4 months ago)
- Last Synced: 2024-10-15T17:24:54.688Z (about 1 month ago)
- Topics: android, anilist, anime, cordova
- Language: JavaScript
- Homepage:
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnimeL
## Overview
Anime tracker using Anilist API built with Cordova. Code is not pretty## Stand Out Features
- Sort based on when next episode is released, so the upcoming releasing anime episodes are up top
- Scuffed "Theming"
- Highlighting anime that are currently airing but you are not up to date on in your currently watching list
- Easily update progress## Demo
![image](https://github.com/darrie7/AnimeL/assets/9318490/cee39c28-0021-432d-9167-4187a4d81fa7)## Requirements
- Cordova (>=12?)
- Cordova InAppBrowser Plugin## Installation
1. **Clone the repository:**
```sh
git clone https://github.com/yourusername/my-application.git
cd my-application
```2. **Open the application:**
- Download all files and build with Cordova
3. **Download apk from Releases:**## Usage
### Top Navigation Bar
The navigation bar at the top of the page includes buttons for different task statuses:
- **Seasonal**: Displays anime for current and upcoming seasons split by day of the week.
- **Search**: Search Anilist for anime.
- **O**: Theming and login page.### Bottom Navigation Bar
The navigation bar at the bottom of the page includes buttons for different task statuses:
- **Current**: Displays anime in currently watching list.
- **Planning**: Displays anime in plan to watch list.
- **Paused**: Displays anime in paused list.
- **Completed**: Displays anime in completed list.### Sorting and Filtering
Clicking on the "Sort" button opens a dropdown menu with various sorting options:
- **Next release asc**
- **Title asc**
- **Title desc**
- **Updated asc**
- **Updated desc**
- **Time added asc**
- **Time added desc**