Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehoraizon/anime-seasons
Anime watching app.
https://github.com/ehoraizon/anime-seasons
anime capacitor ionic-framework vue
Last synced: 19 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T02:13:50.000Z (about 4 years ago)
- Last Synced: 2024-10-19T05:24:21.389Z (2 months 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
```