1.6.0 • Published 8 years ago
eun v1.6.0
- automatically logs expenses by monitoring mail
- provides weekly and monthly cash flow of expenses and income
- authentication using a secret key (uses Storage API to store token locally)

Installation
Available on npm
Node
git clone https://github.com/omarchehab98/eun
cd eun
npm install
npm test
npm run build
npm startDocker
git clone https://github.com/omarchehab98/eun
cd eun
docker-compose upnpm run dev-clientWatches the client directory, keeps browser in sync with new changes.npm run dev-serverWatches the server directory, restarts server when changes are made.npm run lintCode quality.