https://github.com/miserlou/herokufreeproxy
A very very very very simple web proxy that runs on the Heroku free tier. Written in 2 minutes.
https://github.com/miserlou/herokufreeproxy
Last synced: 7 months ago
JSON representation
A very very very very simple web proxy that runs on the Heroku free tier. Written in 2 minutes.
- Host: GitHub
- URL: https://github.com/miserlou/herokufreeproxy
- Owner: Miserlou
- Created: 2015-05-27T02:32:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T02:33:28.000Z (over 10 years ago)
- Last Synced: 2025-03-17T04:21:19.592Z (7 months ago)
- Language: Python
- Size: 117 KB
- Stars: 19
- Watchers: 2
- Forks: 70
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HerokuFreeProxy
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. `$ git push heroku master`Then visit {{your_heroku_url}}/proxy/http://wikipedia.org
Season to taste.
Done!