Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

NYT92/redir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loho

Info

Deta.space is now sunsetting its product on the 17th of October 2024 and since Redir relies on the Deta base, this app will no longer work and the repo will be archived. Read more on their website.

RIP Deta Space (2022-2024)

Redir

A simple short link app made using Deta base.

deta

Features

  • Dashboard
  • API
  • Edit/delete short links
  • View all short links with click count

API route (require deta auth)

  • POST /api/create - Create a short link
id: // it will auto generate a id for the short link if you don't provide one,
original_link: // your long link,
  • GET /api/list - Get all short links
  • POST /api/update/:id - Update a short link
id: // your id,
original_link: // your long link,
  • DELETE /api/delete/:id - Delete a short link

Deploy

Deploy to your own instances on Deta for free

God damn i love deta...

About

A simple short link app made using Deta base

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published