Fossurl is an simple URL Shortener Which Can Be Hosted For Free in Github/Gitlab Pages or in Static Site Hosting Service and It doesn't need you to buy any server!
Implementing a Simple URL Shortner which can be used without need of any hardcore server side processing and can be hosted on Static Site Hostings such as GitHub/Gitlab Pages
- HTML
- CSS
- JavaScript
- Database : jsonconnect.com (Previously , jsonstore was used but several downtimes forced me to switch to jsonbox.io, then to jsonconnect as jsonbox went offline)
Jsonconnect.com is a fork of Jsonbox.io - learn more on the project's homepage.
- It's fast
- It doesn't require any hosting server
- You can use it just by forking the repo and running a script
The connection between your shorten URL and the long one is stored by jsonconnect.com, and will be available as long as the server is alive.
The server is set to keep the data for 99999 days, which is somewhere over 200 years 😎!
- Fork This Repo
- Clone On Your Device or Open in Gitpod
- On Linux
cd
tosrc
directory and on Windows do whatever it's necessary to change directory tosrc
- If you're on Linux, check your version of Python with the command
python --version
.- If you have python 3 installed, type this command;
python -m http.server
. - If you use python 2, run
python -m SimpleHTTPServer
instead.
- If you have python 3 installed, type this command;
- Make Changes and improvements
- After Making Improvements , send a Pull Request
- Create Issues if you find errors or bugs
- Create Issues to submit improvement ideas
Thanks to
- The Noun Project for the dragonfly icon on homepage
- The Noun Project for the dragonfly icon on README (Both are Licensed under CC BY 3.0 US)
- Anthony Arutyunov for hosting Jsonconnect.com
⚠ Warning :