Skip to content

Latest commit

 

History

History
43 lines (43 loc) · 907 Bytes

README.md

File metadata and controls

43 lines (43 loc) · 907 Bytes

ShortURL

🧍 ShortURL Tool || version 1

memperpendek atau merahasiakan url kalian menggunakan tool Short URL 🔥🤩

INSTALLATION ❔

pkg update && pkg upgrade
pkg install git -y
pkg install python -y
pip install flask
pkg install curl -y
git clone https://github.com/KCMTEAM/ShortURL
cd ShortURL
chmod +x *
python url.py

direct

pkg update && pkg upgrade && pkg install git -y && pkg install python -y && pip install flask && pkg install curl -y && git clone https://github.com/KCMTEAM/ShortURL && cd ShortURL && chmod +x * && python url.py

HOW TO USE IT ❔

  1. Jalankan python url.py
  2. Buat seasion baru
  3. isi link
curl -X POST http://127.0.0.1:5000/shorten -H "Content-Type: application/json" -d '{"url": "YOURLINK"}'