Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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