Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 441 Bytes

ShortenURLServer

A web server which shortens URLs made with python's modules http.server, requests and urllib

How to run it

  • Clone git and run: python localhostShortUrlServer.py
  • Open localhost:8000 and check it!

You can also see it live on Heroku!

name of the app: shorten-url-server