https://github.com/redco/goose-proxy-rotator
Simple proxy rotator with express api
https://github.com/redco/goose-proxy-rotator
Last synced: 2 months ago
JSON representation
Simple proxy rotator with express api
- Host: GitHub
- URL: https://github.com/redco/goose-proxy-rotator
- Owner: redco
- License: mit
- Created: 2016-06-28T13:30:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T21:19:57.000Z (over 8 years ago)
- Last Synced: 2025-02-14T19:22:10.232Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goose-proxy-rotator
Simple proxy rotator## Usage
```
PROXIES='[{"host": "127.0.0.1", "port": 8000, "auth": "test:test"}]' npm start
```