FupiLink is a free and open source URL shortener. It is written in JavaScript and uses Deno, koa, and Chart.js. Features include user authentication, link creation, and link analytics. Fupi means short in swahili 😊
curl -fsSL https://deno.land/x/install/install.sh | sh
Deno KV is currently experimental and subject to change. Executing Deno programs localy that use KV currently requires the --unstable flag, as below:
deno run -A --unstable main.js
- Change dependencies from npm to deno.land e.g koa to oak