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

https://github.com/tool3/tsiny

𐬺 the world's smallest url-shortener service
https://github.com/tool3/tsiny

express nodejs typescript url-shortener

Last synced: 2 months ago
JSON representation

𐬺 the world's smallest url-shortener service

Awesome Lists containing this project

README

          

![](./server/greeting/tsiny.png)

the world's smallest url-shortener service

# api

- `POST /shorten`

- body: `{ "url": "https://some.long.url.com" }`
- response: `{ "short_url": "https://tsiny.herokuapp.com/some_id" }`

- `POST /resolve`
- body: `{ "id": "some_id" }`
- response: `{ "url": "https://some.long.url.com" }`