Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karmek-k/anicompanion
💢 Unofficial mobile app for AniList
https://github.com/karmek-k/anicompanion
Last synced: 3 days ago
JSON representation
💢 Unofficial mobile app for AniList
- Host: GitHub
- URL: https://github.com/karmek-k/anicompanion
- Owner: karmek-k
- License: gpl-3.0
- Created: 2021-03-22T15:31:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T13:48:26.000Z (over 3 years ago)
- Last Synced: 2023-06-30T14:32:54.008Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AniCompanion
Unofficial mobile app for AniList
## Building
Install dependencies:
```
npm install
```Build web assets:
```
npm run build
```### Building for Android
You will need to have [Android Studio](https://developer.android.com/studio/) installed, with API version **29**.
Generate project files for Android Studio:
```
npx cap add android
```Open Android Studio:
```
npx cap open android
```Now you can build the app with thu buttons at the right top.
### Building for iOS
_I don't own an Apple device :(_