Skip to content

robinjmurphy/monies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.