Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :(_