/harvest-tracking

Script to track Harvest time

Primary LanguageJavaScript

Instructions

  • Enter your credentials to file: .env
  • Update index.js and follow instruction on top of the file.
    • User ID, Period range, hourly balance, if you have paid overtime hours during the period (That are marked in Harvest and therefore should be deducted from total balance calculation!)
  • run the script: node index.js
  • ...
  • profit.

Other companies that Wunder.

  • Edit lib/harvest.js and change subdomain.

Note: I run this with node version v12.22.0. You can use nvm (node version manager) to switch between node versions and of course have node installed.