Encurtar URL com NodeJS

PHOTO EMBED

Sun Jun 05 2022 14:47:22 GMT+0000 (Coordinated Universal Time)

Saved by @canas #nodejs

const fetch = require('node-fetch');

fetch("https://dink.ga/api/criarURL?url=SEU_URL").then(response => console.log(response)).catch(err => console.error(err));
content_copyCOPY