Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgl/myendenred-card-node
lists all myedenred.pt cards transactions from the command line
https://github.com/rgl/myendenred-card-node
meal myedenred
Last synced: 21 days ago
JSON representation
lists all myedenred.pt cards transactions from the command line
- Host: GitHub
- URL: https://github.com/rgl/myendenred-card-node
- Owner: rgl
- Created: 2019-01-31T21:21:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T21:24:06.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T18:41:35.276Z (3 months ago)
- Topics: meal, myedenred
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this lists all https://www.myedenred.pt/ cards transactions from the command line.
# Usage
Install dependencies:
```bash
npm install
```Get the last cards transactions from the given username and password:
```bash
node main.js username password
```**NB** Before use, you must first register your username and card at [myedenred.pt](https://www.myedenred.pt/).
**NB** Only the last 60 transactions will be returned.
This should output something like:
```
4339660100000000 RUI LOPES (ACME INC) balance 111.11
4339660100000000 2019-01-31T13:00:00.000+0000 -29.20 JUMBO
4339660100000000 2019-01-30T12:00:00.000+0000 -9.40 CARREFOUR
4339660100000000 2019-01-30T08:00:00.000+0000 123.00 Transferência Bancária
4339660100000000 2019-01-29T13:00:00.000+0000 -12.50 CONTINENTE
4339660100000000 2019-01-28T13:00:00.000+0000 -13.00 PINGO DOCE
4339660100000000 2019-01-25T13:00:00.000+0000 -11.66 LIDL
4339660100000000 2019-01-24T14:00:00.000+0000 -15.60 ALDI
4339660100000000 2019-01-22T12:00:00.000+0000 -7.00 IKEA
```