0.0.3 • Published 4 years ago

linkmo v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

linkmo

Get a shareable payment link for a venmo username!

Why?

Unlike cashapp, venmo doesn't have payment links with usernames. It has them with long, numeric user_ids, but these are difficult to remember.

This package/CLI takes a venmo username as input and outputs the payment link with user_id corresponding to the provided username.

Install

npm i [-g] linkmo

Usage

As a package:

const linkmo = require('linkmo')

linkmo('<username>')
  .then(url => { ... })
  .catch(console.error)

or on the command line:

$ linkmo <username>
# https://venmo.com/code?user_id=...
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago