Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niklus/fupi.link

FupiLink
https://github.com/niklus/fupi.link

Last synced: 3 days ago
JSON representation

FupiLink

Awesome Lists containing this project

README

        

# 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

```bash
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:

```bash
deno run -A --unstable main.js
```

## TODO:

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