Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmatongo/noto
A simple CLI to generate a QR code from the terminal using the nano.to API
https://github.com/mmatongo/noto
cli crypto cryptocurrency nano
Last synced: 5 days ago
JSON representation
A simple CLI to generate a QR code from the terminal using the nano.to API
- Host: GitHub
- URL: https://github.com/mmatongo/noto
- Owner: mmatongo
- License: mit
- Created: 2021-10-21T20:21:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T21:37:04.000Z (about 3 years ago)
- Last Synced: 2024-11-09T13:18:54.572Z (2 months ago)
- Topics: cli, crypto, cryptocurrency, nano
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noto
A simple CLI to generate a QR code from the terminal using the https://nano.to API## Usage
### 1.
Noto can be used to generate two kinds of QR codes:
The first QR code generated links directly to the nano.to donation/payment page.```sh
$ noto -u [username] -a [ammount]
```
e.g.
![1](./img/1.png)### 2.
The second a global QR can be generated that uses the nano.to API to get the user's address
using their username and can be used in any wallet to send Nano to the user.```sh
$ noto -u [username] -a [ammount] -g
```
e.g.
![2](./img/2.png)## Installation
Noto requires the following dependencies:
Node.js and npm or yarn.```sh
$ npm install -g noto-cli
```TODO:
- [] Add check for unleased uusername
- [] Add check for valid ammount