UNPKG

linkvertise-extend

Version:

module that extends the default linkvertise fullscript api

7 lines (5 loc) 176 B
(async () => { const Linkvertise = require('./index') const Account = new Linkvertise(390447) const Link = await Account.Shorten("https://google.com/") })()