Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

AurelienConte/Test-220401BR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Test-220401BR

Result of bankin test

Run

  • npm install (or yarn install)
  • npm run start (or yarn run start)
  • A 'output.json' will be generated with the list of accounts.
  • Also they will be printed in console.log

Envs

If you want, you can also create a '.env' file and store secret.

Goal

`` [{ "acc_number": "12345678", "amount": "123", "transactions": [ { "label": "ZERTY", "amount": "-334", "currency": "EUR" } ], ... }, { "acc_number": "12345688", "amount": "543", "transactions": [ { "label": "label 1", "amount": "30", "currency": "EUR" } ], ... }]

``

About

Result of bankin test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published