Skip to content

KasimAhmic/PowerViewer

Repository files navigation

PowerViewer

A web app for monitoring your stream across streaming platforms

License: MIT PowerViewer Issues PowerViewer Pull Requests PowerViewer Commit Activity
Code Style: Prettier Speed: Blazing


Usage

  1. Go to the PowerViewer homepage
  2. Fill in the name of the streamer and select the service they're on
  3. Click "Add Stream"
  4. Repeat for as many streams you wish to view

Contributing

Requirements

Running

Run yarn start in the root of the project.

Commits

Code quality and code formatting are taken very seriously. Prettier is used to format all the code in the project before each commit and I highly suggest you configure your editor to auto format on save. The .vscode folder contains some general settings that should do this for you if you're running VS Code. The project is also configured to use Conventional Commits and Commit Lint to format all commit messages.

  • Conventional Commits format used in this project:
    • Format: [type]: [message]
    • The type should be lowercase and should be one of fix, feat, docs, style, perf, test, or chore
    • The message should be in sentence case which means the first character should be uppercase. (e.x. Did some work)
    • Full example: chore: Updated README with more details about the project

Happy Streaming!