Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 544 Bytes

Heroku Proxy

Deploy

A free HTTP proxy that runs on Heroku.

How to Use

To use this project, follow these steps:

  1. Clone this project
  2. heroku create
  3. heroku config:set PORT=80
  4. git push heroku master

Then visit {{your_heroku_url}}/https/wikipedia.com

Development

python3 -m venv hp-venv
source hp-venv/bin/activate
pip3 install -r requirements.txt
python3 app.py