moneylover
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i moneylover

Weekly Downloads

3

Version

1.2.0

License

MIT

Unpacked Size

19.9 kB

Total Files

8

Last publish

Collaborators

  • lachero