Skip to content

cryptofuture/urlhda-tizen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlhda-tizen

Open-source tizen application for URL shortening.
#####Features:

  • Strong URL - 15 symbols long uid for shorted URLs, 5 symbols by default.
  • Fast copy-paste. Copy button in android app.
  • Ability to share URLs.

How it works

You can shorten URLs with a POST-request:

  curl -X POST https://website.name/add?url=http://add.me

This will give you JSON-response back with the generated 5 character UID:

[{"uid":"abcd5"}]

With that you can go to for example to https://website.name/abcd5 and you will be redirected to http://add.me

About

Open-source tizen application for URL shortening

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages