https://github.com/jellydn/decode-shortened-url
Get the redirect url from shortened link
https://github.com/jellydn/decode-shortened-url
deno shortened-links
Last synced: about 1 month ago
JSON representation
Get the redirect url from shortened link
- Host: GitHub
- URL: https://github.com/jellydn/decode-shortened-url
- Owner: jellydn
- Created: 2023-03-24T16:12:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:33:57.000Z (over 2 years ago)
- Last Synced: 2025-03-11T21:54:16.549Z (over 1 year ago)
- Topics: deno, shortened-links
- Language: TypeScript
- Homepage: https://twt-decode-url.productsway.com
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to decode-shortened-url 👋

[](https://twitter.com/jellydn)
> Get the redirect url from shortened link
[![IT Man - Tech #30 - Deno 101 - The best developer experience [Vietnamese]](https://i.ytimg.com/vi/ocLNcwm4xUs/hqdefault.jpg)](https://www.youtube.com/watch?v=ocLNcwm4xUs)
## Usage
```sh
curl 'https://twt-decode-url.productsway.com/?url=https://s.productsway.com/kUDbc9Gg' | jq .
```
```json
{
"shortenedUrl": "https://s.productsway.com/kUDbc9Gg",
"url": "https://productsway.com/"
}
```
### Develop
```sh
deno task dev
```
### Test
```sh
deno task test
```
### Benchmark
```sh
deno task bench
```
## Author
👤 **Dung Huynh**
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)
## Show your support
[](https://ko-fi.com/dunghd)
[](https://paypal.me/dunghd)
[](https://www.buymeacoffee.com/dunghd)
Give a ⭐️ if this project helped you!