https://github.com/samalexander/starling-cli
A CLI tool for querying your Starling Bank account
https://github.com/samalexander/starling-cli
cli jiro starling starling-bank-account terminal
Last synced: 8 months ago
JSON representation
A CLI tool for querying your Starling Bank account
- Host: GitHub
- URL: https://github.com/samalexander/starling-cli
- Owner: samalexander
- License: mit
- Created: 2020-02-05T17:03:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T12:43:35.000Z (over 2 years ago)
- Last Synced: 2024-10-01T19:15:20.958Z (almost 2 years ago)
- Topics: cli, jiro, starling, starling-bank-account, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/starling-cli
- Size: 389 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to starling-cli 👋
[](https://www.npmjs.com/package/starling-cli)
[](https://github.com/samalexander/starling-cli#readme)
[](https://github.com/samalexander/starling-cli/graphs/commit-activity)
[](https://github.com/samalexander/starling-cli/blob/master/LICENSE)
> A CLI tool for querying your Starling Bank account
## Install
Install globally as an NPM module.
```sh
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](https://developer.starlingbank.com).
```sh
starling init
# OR
starling i
```
## Usage
The following commands (and their aliases) can be used.
```sh
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**
* Github: [@samalexander](https://github.com/samalexander)
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2022 [Sam Alexander](https://github.com/samalexander).
This project is [MIT](https://github.com/samalexander/starling-cli/blob/master/LICENSE) licensed.