ghurl

Loading...

Proof of concept URL shortener with no back-end servers (apart from GitHub's!).

  1. Create an issue on the ghurl/db repository. The title of the issue should be the URL you want to redirect to.

  2. Note n, the issue's number.
  3. Construct your shortened URL using n: https://ghurl.github.io/?n

Existing URLs:

Oops, I think that's a bad URL.

Correct URLs are in the format https://ghurl.github.io/?n, where n is an issue on the ghurl/db repository. The title of the issue is used as the URL to redirect.

This is the error message you got:


			

Now redirecting...

A quick hack by gberger
Source code available on GitHub