Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niklus/fupi.link
FupiLink
https://github.com/niklus/fupi.link
Last synced: 3 days ago
JSON representation
FupiLink
- Host: GitHub
- URL: https://github.com/niklus/fupi.link
- Owner: Niklus
- Created: 2023-10-01T09:04:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T11:21:34.000Z (about 1 year ago)
- Last Synced: 2024-04-15T04:42:07.334Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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