https://github.com/ehoraizon/anime-seasons
Anime watching app.
https://github.com/ehoraizon/anime-seasons
anime capacitor ionic-framework vue
Last synced: about 1 year ago
JSON representation
Anime watching app.
- Host: GitHub
- URL: https://github.com/ehoraizon/anime-seasons
- Owner: ehoraizon
- License: other
- Created: 2020-11-17T00:31:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T02:13:50.000Z (over 5 years ago)
- Last Synced: 2025-02-02T01:46:32.272Z (over 1 year ago)
- Topics: anime, capacitor, ionic-framework, vue
- Language: Vue
- Homepage:
- Size: 8.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anime Seasons
Anime watching app.

Catalog based on [jikan v3 api](https://jikan.moe/).
Uses animeflv.net to get anime episodes with Spanish subtitles.
Uses kissanimefree.net to get anime episodes with English translation.
Made with [Vue](https://vuejs.org/), [Ionic](https://ionicframework.com/) and [Capacitor](https://capacitorjs.com/).


This work is licensed under a Creative Commons Attribution 4.0 International License.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```