Giter Site home page Giter Site logo

nurnils / pomodoro-timer Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 102 KB

Fully customizable pomodoro timer to display the pomodoro technique on stream.

Home Page: https://nurnils.com

License: MIT License

HTML 100.00%
livestream pomodoro streaming tool twitch

pomodoro-timer's Introduction

Example Image

Pomodoro Timer

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. It uses a kitchen timer to break work into intervals, typically 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for tomato, after the tomato-shaped kitchen timer Cirillo used as a university student.

GitHub Repo stars GitHub followers

About

This project was developed by Nils-Christopher Wiesenauer (NurNils) to show working and break phases on stream. The main purpose of this project is the development of a fully customizable pomodoro timer.

๐Ÿ… Fully customizable pomodoro timer

๐Ÿ“ Licensed under MIT: Do almost anything you want with this project files

Table of Contents

Installation and Usage

Files

Download this project and save it in a desired folder. Now you can edit your pomodoro timer by replacing the sound.mp3 or editing the pomodoro.html file. Just update the following variables:

// Time for work (in seconds, typically 25 minutes)
var timeWork = 25 * 60;
  
// Time for pause (in seconds, typically 5โ€“10 minutes)
var timePause = 5 * 60;

// Time for big pause (in seconds, typically 20 to 30 minutes)
var timePauseBig = 20 * 60;

// Amount of working phases till big pause
var timeWorkAmount = 3;

Import to your stream

After downloading and editing all files, open your streaming software (e.q. OBS Studio). Go to sources > Add source > Browser > Local file > Click on "Browse" > Choose file (pomodoro.html) and active "Shutdown source when not visible. That's it! :)

pomodoro-timer's People

Contributors

nurnils avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.