Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (23 loc) · 983 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 983 Bytes

github-jobs-middleman


[DEPRECATED] Github announce that they already shut down the Github Jobs so that mean this service also doesn't work anymore. Thanks for your interest!


Description

An intermediatery server of Github Jobs API to bypass CORS.

Pass all query params from client to API.

https://github-jobs-middleman.now.sh

Usage

/jobs

Get All Jobs

Equal with /positions.json in Github Jobs API.

Example

https://github-jobs-middleman.now.sh/jobs?description=react

Equal with

https://jobs.github.com/positions.json?description=react

/jobs/:id

Get Specific Job based on Id

Equal with /positions/ID.json in Github Jobs API

Example

https://github-jobs-middleman.now.sh/jobs/a4a03e31-b069-421c-ad0d-14f10fd6a1d3

Equal with

https://jobs.github.com/positions/a4a03e31-b069-421c-ad0d-14f10fd6a1d3.json