An open API service indexing awesome lists of open source software.

https://github.com/modfin/simple-http-json-proxy

simple server to proxy get json http requests
https://github.com/modfin/simple-http-json-proxy

Last synced: 6 months ago
JSON representation

simple server to proxy get json http requests

Awesome Lists containing this project

README

          

# simple http json proxy

Simple http server that proxies requests via url.

start:
```
node main.js
```

use:

Make a http GET request to `http://localhost:7357?url=http[s]://host.tld/path/to/resource` to get the json response of `http[s]://host.tld/path/to/resource` back.

examples:
```
curl http://localhost:7357?url=http://fx.modfin.se/latest
```

or visit `http://localhost:7357?url=http://fx.modfin.se/latest` in a web browser.