Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 935 Bytes

File metadata and controls

58 lines (36 loc) · 935 Bytes

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