https://github.com/zaquestion/bigbrother_proxy
Reads QueryString PostBody from big brother request and forwards as a GET QueryString to somewhere else
https://github.com/zaquestion/bigbrother_proxy
Last synced: 10 months ago
JSON representation
Reads QueryString PostBody from big brother request and forwards as a GET QueryString to somewhere else
- Host: GitHub
- URL: https://github.com/zaquestion/bigbrother_proxy
- Owner: zaquestion
- License: unlicense
- Created: 2016-09-10T02:26:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T02:36:34.000Z (over 9 years ago)
- Last Synced: 2025-01-30T10:41:45.186Z (12 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Big Brother Proxy
Reader QueryString PostBody from [big brother](https://play.google.com/store/apps/details?id=org.gnarf.bigbrother.gps&hl=en) request and forwards as a GET QueryString to somewhere else
# Required Environment
```
PORT=
BB_PROXY_URI=http://localhost:8081/location/bigbrother
```