Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
/ qb2db Public archive

Gathering information from QuickBooks Online API and pushing it to PostgreSQL database (for Grafana to use.)

Notifications You must be signed in to change notification settings

pduchnovsky/qb2db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is designed for gathering information from QuickBooks Online API and pushing it to PostgreSQL database for Grafana to use.

Prepare local environment

Install packages

nvm install 10
npm install

Prepare local variables file

cat << EOF > ~/.config/qb_auth
export _db_ip='<secret>'
export _db_name='<secret>'
export _db_user='<secret>'
export _db_pass='<secret>'
export _qb_username='<secret>'
export _qb_password='<secret>'
export _qb_clientId='<secret>'
export _qb_clientSecret='<secret>'
EOF

Then execute it

source ~/.config/qb_auth

Run the script

node app.js

About

Gathering information from QuickBooks Online API and pushing it to PostgreSQL database (for Grafana to use.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published