https://github.com/figurestudios/skyshort
Link shortener utilizing SkyDB for link storage.
https://github.com/figurestudios/skyshort
Last synced: 3 months ago
JSON representation
Link shortener utilizing SkyDB for link storage.
- Host: GitHub
- URL: https://github.com/figurestudios/skyshort
- Owner: figurestudios
- License: mit
- Created: 2021-06-27T13:50:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T13:53:45.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T02:41:25.913Z (over 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkyShort
Link shortener utilizing SkyDB for link storage.
# Function
It generates a random string which it uses for the link ending and to generate a keypair. The link is then entered into SkyDB as the maximum limit of uint's (9223372036854775807) as you can't edit anything beyond that. Then, even though the link ending can regenerate a private key for anyone who's curious, the revision number has already reached its maximum capacity, so there is no way to edit it further.
# License
MIT