Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ericboehs/harbooks


https://github.com/ericboehs/harbooks

Last synced: about 23 hours ago
JSON representation

Awesome Lists containing this project

README

        

## Usage

This script gathers time entries notes from your Harvest account. It will
return 7 days worth of notes from the date specified.

Usage: `harbooks `

Example: `harbooks 'Acme Inc' 'April 12th'`

You will need the following ENV vars set:

```sh
export HARVEST_SUBDOMAIN=acmeinc
export HARVEST_USERNAME=rrunner
export HARVEST_PASSWORD=beepbeep
```

This script can be used by itself or inconjunction with bundler and/or dotenv:
- If a `Gemfile` is detected, bundler will be used
- If a `.env` file is detected, dotenv will make the config vars accesible