Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ervie/Seiyuu.moe
A webpage searching for collaborate works between seiyuu.
https://github.com/Ervie/Seiyuu.moe
comparison nuxt searching seiyuu vue vuejs2 vuetify
Last synced: 3 months ago
JSON representation
A webpage searching for collaborate works between seiyuu.
- Host: GitHub
- URL: https://github.com/Ervie/Seiyuu.moe
- Owner: Ervie
- Created: 2018-03-09T20:49:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:35:36.000Z (over 1 year ago)
- Last Synced: 2024-04-18T20:37:39.676Z (7 months ago)
- Topics: comparison, nuxt, searching, seiyuu, vue, vuejs2, vuetify
- Language: C#
- Size: 8.42 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
- awesome-acg - Seiyuu.moe - A webpage for searching collaborate anime works between seiyuu. [English] (Databases / Data Sources)
README
![buildstatus](https://codebuild.eu-central-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiZURWVExKMDVXckc4UFhmZktaRHIyaXIySnBxa0RLRDFtMDBwYWNYYkNYQVVnb3Y5eWs5NHR4WTNoY0xaK2NCTTFXL2wvY09vbDA2V3hOTm81c2dyTG13PSIsIml2UGFyYW1ldGVyU3BlYyI6IktlNVpqYWhHOHVUMjhmTFEiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
# Seiyuu.moe> A webpage searching for collaborate works between seiyuu.
## Link
Current version can be found under this [link](https://seiyuu.moe).
## Build Setup
### App
``` bash
# install dependencies
npm install# serve with hot reload at localhost:3000
npm run dev# build for production with minification
npm run generate# build and start with SSR at port 3000
npm run build
npm run start
```Require npm, vue and nuxt installed.
### API
``` bash
# install dependencies
dotnet restore# build project in Release configuration
dotnet build --configuration Release# start project at port 5000
dotnet SeiyuuMoe.API.dll
```Require .Net 6.0 installed.
## Features
* Searching collaboration works between seiyuu (up to 6 at once).
* Mode for grouping by series.
* Three separate display modes.
* Main roles only filter.
* Timeline view.
* Precached list for fast searching most popular seiyuu.
* Details cards for extra information.
* Searching common seiyuu between anime (up to 6 titles at once).
* Three separate display modes.
* Details cards for extra information.
* Season summary
* Showing seiyuu with most roles in season.
* Pagination support.
* Filtering by main roles and TV series only.## Changelog
### Version 2.3 - 23 August 2020
* Fix season displaying in anime card
* Rework mobile comparison tables and timeline to include images**[Read More](https://github.com/Ervie/Seiyuu.moe/blob/master/Changelog.md)**
### Roadmap
Currently - rewriting backend to more DDD approach and adding unit tests
Most planned features can be found in [Projects](https://github.com/Ervie/Seiyuu.moe/projects) page.
## Special mentionsProject uses Jikan API, an unofficial MyAnimeList API, courtesy of Nekomata (Irfan Dahir). Project can be found under this [link](https://github.com/jikan-me/jikan/).