Skip to content

crosshj/cents

Repository files navigation

Personal finance

Join the chat at https://gitter.im/crosshj/Lobby Build Status

image

image

goals

The aim of this project is to create an application with a simple, responsive solution for personal finance with an emphasis on automation, mobility, and ubiquity.  

TODO

see this project's trello board

IN PROGRESS

  • perfecting service worker
  • redoing bank site scrapers

NOTES

with ubuntu security policy, node will not run on port < 1024; fix:

sudo setcap 'cap_net_bind_service=+ep' `which node`