monies

1.2.0 • Public • Published

monies

Build Status

A little command line application for Monzo

Installation

npm install --global monies

Usage

Get a sample access token from the Monzo Developer Portal, then export it:

export MONZO_TOKEN=...

(Proper authentication is coming soon!)

You can then see how much money you've got using the monies command:

monies
# £18.54 

And check your recent transactions:

monies recent
# -£13.45 🐔 Nando's 16 hours ago 

recent takes an optional argument of days:

monies recent [days]
monies recent 2
# -£13.45 🐔 Nando's 16 hours ago 
# -£31.00 ☕️ Source 2 days ago 

To reduce wear on your keyboard, monies is also installed as the £ command.

Package Sidebar

Install

npm i monies

Weekly Downloads

1

Version

1.2.0

License

ISC

Unpacked Size

7.08 kB

Total Files

11

Last publish

Collaborators

  • robinmurphy