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

Latest commit

 

History

History
45 lines (29 loc) · 2.03 KB

README.md

File metadata and controls

45 lines (29 loc) · 2.03 KB

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...