Skip to content

Niklus/fupi.link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FupiLink

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 😊

Installation

curl -fsSL https://deno.land/x/install/install.sh | sh

Usage

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

TODO:

  • Change dependencies from npm to deno.land e.g koa to oak

Releases

No releases published

Packages

No packages published