-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task 1 - Access REST API #1
Comments
Create a folder named Task1 and upload your solutions |
@mubaris since everyone is doing it. Its better to follow |
If you add solutions in different languages, you can earn more points Languages to consider -
|
@mubaris I am getting this error while using $.getJSON
|
Code, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: