Skip to content

maxlath/mini-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-proxy

A minimalist URL-based proxy

Install

Development

git clone https://github.com/maxlath/mini-proxy
cd mini-proxy
npm install
npm start

Systemd

git clone https://github.com/maxlath/mini-proxy
cd mini-proxy
npm install
npm run add-to-systemd

How to

curl "http://localhost:4124/https://www.wikidata.org/w/api.php?action=wbgetentities&ids=Q471142&format=json"
# => proxies the query to https://www.wikidata.org/w/api.php?action=wbgetentities&ids=Q471142&format=json

About

a minimalist URL-based proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published