up-cli

Crates.ioup-cli
lib.rsup-cli
version0.1.2
sourcesrc
created_at2020-07-29 07:09:23.832639
updated_at2022-05-16 11:26:16.819749
descriptionA CLI to interact with the Up Banking API
homepage
repositoryhttps://github.com/etopiei/up-cli
max_upload_size
id270843
size71,476
etopiei (etopiei)

documentation

README

Up Banking CLI

License Badge crates.io Badge

This is a simple command line program to interact with the Up Banking API.

Installation

$ cargo install --force up-cli

Usage

First you should get an API token from Up.

Then set it as an environment variable:

$ export UP_API_TOKEN="<token here>"

Then simply run:

$ up-cli
✅ Logged In Successfully
⚡ help
Up Banking CLI Help
    Commands:
     - balance (prints all account balances)
     - transactions (show last 10 transactions)
     - exit (quits the app)
⚡ exit

More features coming soon, feel free to help out with a PR!

Commit count: 13

cargo fmt