Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 310 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 310 Bytes

WakaTime module

To check lenght of todays coding time

Install

  npm install wakatoday

Usage

  
    var getWakaTime = require('wakatoday');

    getTime('<YOUR_API_KEY>').then(console.log).catch(console.log); //6h 10m 12s

License

MIT © Dmitri Kunin