Skip to content

Instantly share code, notes, and snippets.

@cstrouse
Created June 27, 2020 06:38
Show Gist options
  • Save cstrouse/bd26015b2b6460840220dfdf6f0e4e33 to your computer and use it in GitHub Desktop.
Save cstrouse/bd26015b2b6460840220dfdf6f0e4e33 to your computer and use it in GitHub Desktop.
Use this code snippet to calculate how much you've made over the lifetime of your Upwork account.
// https://www.upwork.com/ab/payments/reports/relationship-values
Applet.getVar('reportData').relationships.reduce((accum,item) => accum + item.totalValue, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment