1.2.0 • Published 1 year ago

moneylover v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

This library is used to interact with MoneyLover

Installation

npm i moneylover

Usage

import MoneyLover from 'moneylover';

const accessToken = await MoneyLover.authenticate('EMAIL', 'PASSWORD');
const moneyLoverApi = new MoneyLover(accessToken);

const wallets = await moneyLoverApi.listWallets();

await moneyLoverApi.adjustBalance({
	walletId: wallets[0]._id,
	amount: 500,
});

This library is new, so in case you looking for something that is not implemented yet, please open an issue or a pull request on Github.

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago