samalexander / starling-cli

A CLI tool for querying your Starling Bank account

Home Page:https://www.npmjs.com/package/starling-cli

Repository from Github https://github.comsamalexander/starling-cliRepository from Github https://github.comsamalexander/starling-cli

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.

About

A CLI tool for querying your Starling Bank account

https://www.npmjs.com/package/starling-cli

License:MIT License


Languages

Language:JavaScript 100.0%