eun
v1.6.0
Published
Automated expense tracker
Downloads
4
Readme
- 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 start
Docker
git clone https://github.com/omarchehab98/eun
cd eun
docker-compose up
npm run dev-client
Watches the client directory, keeps browser in sync with new changes.npm run dev-server
Watches the server directory, restarts server when changes are made.npm run lint
Code quality.