https://github.com/youngkaneda/red-parry
Street Fighter III: 3rd Strike matches database.
https://github.com/youngkaneda/red-parry
vue youtube-api
Last synced: 3 months ago
JSON representation
Street Fighter III: 3rd Strike matches database.
- Host: GitHub
- URL: https://github.com/youngkaneda/red-parry
- Owner: youngkaneda
- Created: 2020-04-28T02:05:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T23:35:34.000Z (over 1 year ago)
- Last Synced: 2023-10-09T00:24:53.093Z (over 1 year ago)
- Topics: vue, youtube-api
- Language: Vue
- Homepage:
- Size: 1.39 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Red Parry
This is a webapp created to mantain a database of top players/casual matches for the community of Street Fighter III: 3rd Strike.

#### logo designed by: [email protected]
## Instalation
```
git clone https://github.com/youngkaneda/red_parry
cd red_parry
npm install
npm run serve
# now go to the localhost:port link deployed by npm
```### Observation
I used firebase and youtube google api, if you want to fork and code, you'll need create and google project and firebase project to use the respective api's key and secrets.
## Features
1. Create a record of an youtube video and register matches for it.
1. Filter the registered records and matches by:
* Player 1 and Player 2 names.
* Payler 1 and Player 2 characters.
* Youtube video title.
* Youtube video channel.
2. You can save, edit, and remove records and their matches.## Motivation
A lot of games has a database of matches form them, Skullgirls, Melty blood... I just want to create something for the community of the game that I love.
## Screenshots

## TODO
1. Add autocomplete for the inputs, with a strategie that does not compromise performance.
---
Feel free to fork and contribute.