Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcampbppu/facejampodstats
Repo for facejampodstats.com
https://github.com/tcampbppu/facejampodstats
nodejs nuxtjs tailwindcss vuejs
Last synced: 22 days ago
JSON representation
Repo for facejampodstats.com
- Host: GitHub
- URL: https://github.com/tcampbppu/facejampodstats
- Owner: tcampbPPU
- License: mit
- Created: 2020-05-02T00:39:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T13:57:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T23:50:59.653Z (2 months ago)
- Topics: nodejs, nuxtjs, tailwindcss, vuejs
- Language: Vue
- Homepage: https://facejampodstats.com
- Size: 3.46 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# The Unofficial Face Jam Podcast Stats
_Fan made. No affiliation with Rooster Teeth_
### About
Fast food creations are coming out too fast to keep track of but luckily Michael Jones and Jordan Cwierz are here to eat and judge every new menu item under the sun. One has high standards. The other has no taste. This is Face Jam.
## Contribution
Main content is located within https://github.com/tcampbPPU/facejampodstats/tree/main/content/en/episodes. Any changes needed to be made to an episode will be done there, the episode number correlates to the filename: `content/en/episodes/{number}.md`.
I am looking for help getting in some of the facts and snack attack ratings. If you are able to provide info about either for a episode please provide a timestamp so I can easily verify.
You can either submit any help as a PR or a issue with this [form](https://github.com/tcampbPPU/facejampodstats/issues/new?assignees=&labels=episode&template=EPISODE-STAT.yml&title=%5BEpisode+Statistic%5D)
> For Example: Snack Attack Rankings starts at 54:00 on episode 45
### Installing
#### Requirements
* Node version 16
* yarn```bash
git clone [email protected]:tcampbPPU/facejampodstats.git; cd facejampodstats; yarn; yarn dev;
````main` is the primary branch. When making feature or bugfix branches you should start with checking out main branch and creating your new branch based from it.
> `git checkout -b feature/new-feature`
All feature/bugfix PR's will merge into `main`.
Thanks!