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

https://github.com/jdecool/finalurl

Simple tool to get the final path of URL
https://github.com/jdecool/finalurl

Last synced: 9 months ago
JSON representation

Simple tool to get the final path of URL

Awesome Lists containing this project

README

          

# finalurl

`finalurl` is a very simple tool to get the final path of an URL.

## Installation

#### Via Go

```bash
$ go get github.com/jdecool/finalurl/cmd/finalurl
```

## Usage

#### CLI

```bash
$ finalurl -show-redirect https://t.co/HFmwmM31kM
```

## Development

#### Start CLI

```bash
$ go run cmd/cli/main.go
```

#### Start Web Server

```bash
$ go run cmd/server/server.go
```