UNPKG
airt.cf
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
URL Shortener
airt.cf
/
README.md
13 lines
(10 loc)
•
222 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
```