xylix / aw-client-js

Client library for ActivityWatch in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw-client-js

Client library for ActivityWatch in JavaScript.

Build Status Known Vulnerabilities

Install

npm install aw-client

Usage

const { AWClient } = require('aw-client');

const client = new AWClient(myClientName)

Contribute

Setup your dev environment

npm install

Build the library

npm run compile

Run the tests

npm run test

About

Client library for ActivityWatch in JavaScript


Languages

Language:TypeScript 97.3%Language:Shell 1.7%Language:Makefile 1.0%