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

https://github.com/csabapalfi/freeagent

💸 Simple command line interface for FreeAgent
https://github.com/csabapalfi/freeagent

cli freeagent npm-package

Last synced: about 1 month ago
JSON representation

💸 Simple command line interface for FreeAgent

Awesome Lists containing this project

README

        

# freeagent

Simple command line interface for [FreeAgent](https://www.freeagent.com/).

# usage

`freeagent `

e.g. `freeagent /accounting/profit_and_loss/summary`

See available API paths here: https://dev.freeagent.com/docs

Hint: pipe results to `jq .` to get nicely formatted JSON

# install

`npm install -g freeagent`

# first time setup
1. register an app on https://dev.freeagent.com/apps
1. create a `~/.freeagent.json` file:
```json
{
"clientId": "OAuth identifier here",
"clientSecret": "OAuth secret here"
}
```