Skip to content

victor-istomin/watson-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watson-web

A nodejs web-interface to Watson time tracker

Requirements:

  • Watson time tracker. Ensure you're using version with JSON log support, for example actual master should work fine.
  • node & npm

Installation

  • install watson
  • install watson-web
git clone git@github.com:victor-istomin/watson-web.git
cd watson-web
npm install

# check if it works:
npm start
  • ensure watson's options.stop_on_start is on
watson config options.stop_on_start 1
  • schedule or perform manually watson-web server start, e.g. in tmux:
tmux
cd watson-web
npm start
  • copy any icon into project-root/public/favicon.ico

Usage

Web-intrface will be available on port 3000. You could configure your gouter to forward connections from local network/ WAN to port 3000 on your server

TODOs:

  • listening address and port configuration
  • authorization

About

A nodejs web-interface to Watson time tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages