Skip to content

Latest commit

History

History
30 lines (21 loc) 路 650 Bytes

File metadata and controls

30 lines (21 loc) 路 650 Bytes

馃挷 rippling-tracker

Get week-till-date earnings from time tracked on Rippling.

Get Started

  1. Clone the repo git clone git@github.com:plibither8/rippling-tracker
  2. npm install or pnpm install or yarn, as per your taste
  3. npm run dev for running in development mode (watches files)
  4. npm run build for building production files
  5. npm run start for running production-built files

Environment variables

# Open Exchange Rates app ID
OER_APP_ID=

# Check network request payloads to get these
RIPPLING_AUTH_KEY=
RIPPLING_ROLE=
RIPPLING_COMPANY=

# Hourly rate
RIPPLING_BASE_PAY=

License

MIT