Skip to content

1tn.pw

Super simple URL shortner

Very simple API

Create

curl --request POST \
  --url http://api.1tn.pw/v1/create \
  --header 'Content-Type: application/json' \
  --data '{
	"url": "https://keloran.dev"
}'

Returns

{
	"short": "yJjWqM",
	"url": "https://keloran.dev"
}

Get

curl --request GET \
  --url https://api.1tn.pw/v1/yJjWqM \

Returns

{
	"long": "https://keloran.dev"
}

Popular repositories Loading

  1. protobufs protobufs Public

    Makefile

  2. short-service short-service Public

    Go

  3. orchestrator orchestrator Public

    Go

  4. frontend frontend Public

    TypeScript

  5. .github .github Public

    Simple URL Shortner

Repositories

Showing 5 of 5 repositories
  • frontend Public
    1tn-pw/frontend’s past year of commit activity
    TypeScript 0 0 0 0 Updated Oct 10, 2024
  • 1tn-pw/short-service’s past year of commit activity
    Go 0 0 0 0 Updated Oct 9, 2024
  • 1tn-pw/orchestrator’s past year of commit activity
    Go 0 0 0 0 Updated Oct 8, 2024
  • 1tn-pw/protobufs’s past year of commit activity
    Makefile 0 0 0 0 Updated Feb 28, 2024
  • .github Public

    Simple URL Shortner

    1tn-pw/.github’s past year of commit activity
    0 0 0 0 Updated Feb 18, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…