paymagic-js

0.0.1 • Public • Published

Paymagic JS

A library to interact with Paymagic API.

Installation

npm install paymagic-js

or you can use yarn

yarn add paymagic-js

Usage

import { Client } from 'paymagic-js';

const client = new Client();

(async () => {
    const resolvedName = await client.resolveName('vanxhh', 'twitter');
    console.log(resolvedName);
})();

Package Sidebar

Install

npm i paymagic-js

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

11.7 kB

Total Files

27

Last publish

Collaborators

  • vanxh