https://github.com/existentialmutt/4gr8justis
report on harvest hours based on hashtags in description
https://github.com/existentialmutt/4gr8justis
Last synced: 3 months ago
JSON representation
report on harvest hours based on hashtags in description
- Host: GitHub
- URL: https://github.com/existentialmutt/4gr8justis
- Owner: existentialmutt
- Created: 2020-12-27T17:41:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T17:44:07.000Z (over 5 years ago)
- Last Synced: 2025-10-13T21:29:46.201Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a silly little app I use to monitor micro-budget progress for small tasks. It works by pulling the last 6 months of your data from Harvest and scanning for hashtags in the notes. You get a list of hashtags with total hours spent on each, and can set budgets for individual tags.
Single-user mode only, it's intended to be run locally in development mode. Set up a Personal Access Token at https://id.getharvest.com/developers and add `HARVEST_ACCESS_TOKEN` and `HARVEST_ACCOUNT_ID` to `.env.local`. Then spin up a server with `rails s` and navigate to http://localhost:3000