linkmo

Get a shareable payment link for a venmo username!

Usage no npm install needed!

<script type="module">
  import linkmo from 'https://cdn.skypack.dev/linkmo';
</script>

README

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=...