npm install eun[![npm][npm-badge]][npm][![Build Status][build-badge]][build-status] [![Standard code style][standard-badge]][standard] [![License][license-badge]][license]
* 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)
!Screenshot 1 !Screenshot 2 !Screenshot 3
Available on [npm][]
``bash`
git clone https://github.com/omarchehab98/eun
cd eun
npm install
npm test
npm run build
npm start
`bash`
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.
[MIT][license] © [Omar Chehab][author]
[logo]: https://cdn.rawgit.com/omarchehab98/eun/312f622f/logo.svg
[build-badge]: https://travis-ci.org/omarchehab98/eun.svg?branch=master
[build-status]: https://travis-ci.org/omarchehab98/eun
[standard]: http://standardjs.com
[standard-badge]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[license-badge]: https://img.shields.io/github/license/omarchehab98/eun.svg
[license]: https://github.com/omarchehab98/eun/blob/master/LICENSE
[author]: https://omarchehab.com
[npm]: https://www.npmjs.com/package/eun
[npm-badge]: https://img.shields.io/npm/v/eun.svg