https://github.com/gillstrom/swish-qr-cli
Generate a Swish QR code
https://github.com/gillstrom/swish-qr-cli
cli javascript node nodejs sweden swish
Last synced: about 1 year ago
JSON representation
Generate a Swish QR code
- Host: GitHub
- URL: https://github.com/gillstrom/swish-qr-cli
- Owner: gillstrom
- License: mit
- Created: 2017-06-30T10:47:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T12:33:47.000Z (about 9 years ago)
- Last Synced: 2025-04-14T01:53:51.489Z (about 1 year ago)
- Topics: cli, javascript, node, nodejs, sweden, swish
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# swish-qr-cli [](https://travis-ci.org/gillstrom/swish-qr-cli)
> Generate a Swish QR code
## Install
```
$ npm install --global swish-qr-cli
```
## Usage
*Run without options for an interactive interface.*
```
$ swish-qr --help
Generate a Swish QR code
Usage
$ swish-qr [options]
Options
-a, --amount The amount of money to send
-i, --image Show QR code in the terminal
-l, --lock Lock fields from user input
-m, --message The message to send
-n, --number The recipient
Example
$ swish-qr
$ swish-qr --number 1230000000 --amount 150 --message "Lorem ipsum" --lock amount --lock number
```
## Related
* [swish-qr](https://github.com/gillstrom/swish-qr) - API for this module.
## License
MIT © [Andreas Gillström](http://github.com/gillstrom)