/starling-cli

A CLI tool for querying your Starling Bank account

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to starling-cli 👋

Version Documentation Maintenance License: MIT

A CLI tool for querying your Starling Bank account

Install

Install globally as an NPM module.

npm install starling-cli -g

Run the following command to initialise the connection to Starling. Follow the prompts to generate and set your Personal Access Token from the Starling Developer portal.

starling init
# OR
starling i

Usage

The following commands (and their aliases) can be used.

starling accounts # List your Starling accounts
#OR
starling a

starling balance # Fetch your Starling account balance
#OR
starling b

starling transactions # Fetch your Starling account transactions
#OR
starling tx

starling mandates # Fetch the Direct Debit mandates on your Starling account
# OR
starling dd

Author

👤 Sam Alexander

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Sam Alexander.

This project is MIT licensed.