Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 873 Bytes

File metadata and controls

35 lines (31 loc) · 873 Bytes

ObsWorkTimerOverlay

Stopwatch for OBS based on electron that allows me to track the amount of time worked

Features

  • Electron-based UI that can run on any system with Node.js
  • Global hotkeys for starting/stopping and resetting
  • Simple web server for easy integration with OBS

Installation

  1. Clone the repository:
    git clone https://github.com/Invictine/ObsWorkTimerOverlay.git
  2. Navigate to the project folder:
    cd ObsWorkTimerOverlay
  3. Install dependencies:
    npm install

Usage

  1. Start the application:
    npm start
  2. Open OBS and add a browser source pointing to:
    http://localhost:3000
    
  3. Use the global hotkeys (Ctrl+Alt+S and Ctrl+Alt+R) to control the timer.

Contributing

Contributions are welcome. Feel free to open issues or submit pull requests.