Skip to content

csabapalfi/freeagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeagent

Simple command line interface for FreeAgent.

usage

freeagent <API path>

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
  2. create a ~/.freeagent.json file:
{
  "clientId": "OAuth identifier here",
  "clientSecret": "OAuth secret here"
}

About

💸 Simple command line interface for FreeAgent

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published