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

https://github.com/duyet/duyet.net


https://github.com/duyet/duyet.net

deno hacktoberfest

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

# duyet.net

Simple redirect application built with Deno. It redirects various slugs to their
corresponding URLs.

The application maps predefined slugs to specific URLs and performs HTTP 301
redirects.

Some links:

- https://duyet.net/stats - Statistics of redirections
- https://duyet.net/mini - Statistics of my Mini PC
- https://duyet.net/cv - Redirect to my resume
- https://duyet.net/about - Redirect to about me
- ...

## Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Then start the project:

```bash
deno task start
```

This will watch the project directory and restart as necessary.