timetrap_wraplib
v0.2.5
Published
This is a wrapper library for the [Timetrap](https://github.com/samg/timetrap) command line ruby application. The library offers and api for synchronous and asynchronous timetrap system calls.
Downloads
16
Maintainers
Readme
Project: Timetrap wrapper lib for node.js
Author: Karl N. Redman
This is a wrapper library for the Timetrap command line ruby application. The library offers an api for synchronous and asynchronous timetrap system calls.
- See the project pindex.md file for directory layout.
- See the project Timetrap.example.js file for directory layout.
Note:
This library is a work in progress. More info soon.
Requirements:
- Linux (currently)
- Node.js v8.4+
- a running Timetrap installation with some data
Features
Upcoming Features:
- better documentation
- commands:
- kill
- move
- archive
Installation:
Example Configuration / Usage:
Configuration:
examples/Timetrap.example.js
- in
function main
specify the database file to watch- ...if you want to run the database file monitoring functionality
- uncomment the code you want to run
- run the example
node ./Timetrap.example.js
- in
API Documentation:
F.A.Q:
Thank You and Credit To:
- The author and contributors of the Timetrap project for an elegant and useful time keeping solution.
- The community at StackOverFlow.
- Node.js contributors.
- jest contributors.