edgi-govdata-archiving / url-proxy

quick url proxy server
GNU Affero General Public License v3.0
0 stars 0 forks source link

url-proxy

-- Url proxy, uh, proxies a url, maybe so you don't have to expose an API key or something. To get up & running, make sure you have go installed, cd to the directory, run go build, then ENDPOINT=[url to proxy] ./url-proxy. It reads from the environemnt variable ENDPOINT, so you can set that however you like.