Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/openenergymonitor/kash_emoncms_flow

Extract P&L data from KashFlow accounting API and post to Emoncms
https://github.com/openenergymonitor/kash_emoncms_flow

Last synced: about 1 month ago
JSON representation

Extract P&L data from KashFlow accounting API and post to Emoncms

Awesome Lists containing this project

README

        

# kash_emoncms_flow

Extract Turnover, Gross & Net profit data from [KashFlow accounting](http://kashflow.com) API and post to [emoncms.org](http://emoncms.org) for better graphing :-)

Uses KashFlow API Ruby Wrapper: https://github.com/pogodan/kashflow

*Partly written as an exercise in learning Ruby, improvement suggestions welcome*

![graph](graph.png)

# Install

*...from scratch!*

sudo apt-get install ruby

sudo apt-get install ruby-dev

sudo gem install kashflow

sudo gem install activesupport

sudo gem install http

sudo gem install nokogiri