Skip to content

DemonSpawn/WhatHaveIDone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatHaveIDone

Offers a very simple website to log your activities. Just say what you have done and it will be saved with a time stamp in a log file. Processing of this data is up to the user.

Installation

  1. Get Node.js online and install it or via your package manager
  2. Get the code
  3. git clone https://github.com/DemonSpawn/WhatHaveIDone.git
  4. or get a zip-file
  5. change into the folder (cd WhatHaveIDone)
  6. install dependencies: npm install optimist express fs

Usage

run node server.js to start the server, expected output:

WhatHaveIDone server listening on port 8081!  
initialized new activities file activity.txt

now open your browser, connect to localhost:8081 and start logging! To get your own activities on the quick access buttons just modifiy the frequent.txt file. One item in each line.

for the help dialog and more options run node server.js -h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published