Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinjmurphy/monies
A little command line application for Monzo
https://github.com/robinjmurphy/monies
Last synced: 3 months ago
JSON representation
A little command line application for Monzo
- Host: GitHub
- URL: https://github.com/robinjmurphy/monies
- Owner: robinjmurphy
- Created: 2016-04-14T20:48:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T16:26:09.000Z (over 6 years ago)
- Last Synced: 2024-07-12T00:08:02.638Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - monies - A little command line application for Mondo (Apps)
README
# monies
[![Build Status](https://travis-ci.org/robinjmurphy/monies.svg?branch=master)](https://travis-ci.org/robinjmurphy/monies)
> A little command line application for [Monzo](https://monzo.com/)
## Installation
```
npm install --global monies
```## Usage
Get a sample access token from the [Monzo Developer Portal](https://developers.monzo.com), 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:
```bash
monies
# £18.54
```And check your recent transactions:
```bash
monies recent
# -£13.45 🐔 Nando's 16 hours ago
````recent` takes an optional argument of days:
```bash
monies recent [days]
```
```bash
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.