Skip to content

API to get json data from requests without access restrictions to response for uses at applications : web, desktop and mobile

Notifications You must be signed in to change notification settings

luis-portfolio/Api-Node.JS-with-express-to-proxy-url

Repository files navigation

API to get json data from requests without access restrictions to response for uses at applications : web, desktop and mobile

Public address

Heroku published https://proxy-urls.herokuapp.com/

Uses modes

Public sample address returning json data in response https://swapi.dev/api/people/1

At Head

url = https://swapi.dev/api/people/1

At Query params

/proxy?url=https://swapi.dev/api/people/1

At Body with json

 { "url" : "https://swapi.dev/api/people/1" }

Installing uses yarn

yarn 

Installing uses npm

npm i 

Starting modes with yarn

yarn dev
yarn start

Starting modes with npm

npm run dev
npm start

About

API to get json data from requests without access restrictions to response for uses at applications : web, desktop and mobile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published