Coder Social home page Coder Social logo

ched-dev / obs-tasks-overlay Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 2.33 MB

A browser source application to add Tasks to your OBS Overlays

Home Page: https://obs-tasks-overlay.vercel.app

JavaScript 98.86% CSS 1.14%
nodejs obs tmijs browser source

obs-tasks-overlay's Introduction

OBS Tasks Overlay

A browser application to show Tasks in an OBS Browser Source, controlled via Twitch chat commands (!task add A New Task)

OBS Browser Source URL: 
https://obs-tasks-overlay.vercel.app/?channelName=ched_dev&scale=2&verticalAlign=middle
Width: 800
Height: 800

Tasks Scaled and Centered

OBS Browser Source URL: 
https://obs-tasks-overlay.vercel.app/?channelName=ched_dev&scale=1.2
Width: 400
Height: 400

Tasks Sidebar

Features

  • !task add Task Title adds task to end of list
  • !task start [taskId] starts taskId or next available task
  • !task pause [taskId] pauses current task
  • !task next [taskId] ends current task, starts taskId or next available task
  • !task end [taskId] ends current task
  • !task edit taskId New Task Title
  • !task move 4 3 or !task swap 4 3 swaps task from #4 to #3
  • !task sort sorts the tasks by completed, in progress, remaining
  • !task reset taskId resets the task to incomplete with no time
  • !task clear [taskId] removes taskId or all completed tasks from list
  • !task title Title of the List changes the title of the list on screen
  • Saved to localStorage (enabled by default)
  • Custom task commands can be added in taskHandlers/index.js
  • Configuration: Command Name, Allow Mods, Allowed Users List, Title Text, Font Family, Font Color, Scale, Vertical Align
  • Configuration UI

OBS Installation

Load a new Browser Source to the URL:

https://obs-tasks-overlay.vercel.app/?channelName=twitchUsername

The task list will stretch the full width of the browser source, allowing you to create it at your desired size.

Additional configuration options are available as query parameters:

channelName=twitchUsername

Required

The Twitch channel chat to join and watch for messages. By default, only the broadcaster can run the !task commands.

command=!task

Set the command you wish to listen for. We use !task by default. No spaces allowed in command.

allowMods=true

Allow mods to run the !task commands on your behalf. Defaults false.

allowedUsers=Streamlabs,Nightbot

Allow specific users to run the !task commands on your behalf. Defaults empty.

fontFamily="PT Mono",monospace

Change the font family for all text on the page. Accepts a standard css font-family value. Defaults sans-serif.

fontColor=crimson

Change the color for all text on the page. Accepts a standard css color value (rgb, hex, css3 color names). Defaults white.

scale=2

Scale of the text on the page. Defaults to 1, increments by .1. E.g. 1.4 is valid

verticalAlign=middle

Vertically aligns the list within your OBS browser source window. Options are top, center, middle, bottom. Defaults to top.

Fully Configured Example URL:

https://obs-tasks-overlay.vercel.app/?channelName=ched_dev&scale=2&verticalAlign=middle

Getting Setup for Development

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

obs-tasks-overlay's People

Contributors

ched-dev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.