Create small app/script/program which uses to print all Jobs from Github Jobs using REST API. [Github Jobs API](https://jobs.github.com/api) * App will ask for location and description and will print all available jobs (title, description and link) eg:- san francisco(location) and ruby(description) API end point for this request - https://jobs.github.com/positions.json?description=ruby&location=san+francisco * You're not restricted to any specific language
Create small app/script/program which uses to print all Jobs from Github Jobs using REST API.
Github Jobs API
App will ask for location and description and will print all available jobs (title, description and link)
eg:- san francisco(location) and ruby(description)
API end point for this request - https://jobs.github.com/positions.json?description=ruby&location=san+francisco
You're not restricted to any specific language