UNPKG

airt.cf

Version:

URL Shortener

13 lines (10 loc) 222 B
# Example ```js const airt = require("airt.cf"); async function myFunction(link) { let short = await airt.short(link); console.log(short); }; myFunction("https://wodenapp.tk"); //console : https://airt.cf/pBqOK1TjFG ```