Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 708 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 708 Bytes

Project KeyKode.

KeyKode is tiny project which makes use of built-in Javascript libraries and in addition, Clipboard.JS to encode a URL using Base64 and creates a shareable link which is decoded clientside.

View the live Demo

  1. via. Github Pages
  2. via. Custom Domain

Pros

  1. All private.
  2. No server required.
  3. No metadata stored.
  4. All client-sided.
  5. Uses hashbang to handle URL parameter (encoded Base64).
  6. Blocks Search Engine indexing.

Cons

  • It uses Base64.
  • Might not work for ultra-long URL.
Plans
  1. Add Social share.

Feel free to create a copy, update, improve and share, if you want.