eun

1.6.0 • Public • Published

eun

npmBuild Status Standard code style 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

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.

License

MIT © Omar Chehab

/eun/

    Package Sidebar

    Install

    npm i eun

    Weekly Downloads

    2

    Version

    1.6.0

    License

    MIT

    Last publish

    Collaborators

    • omarchehab98