You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,14 @@ The documentation for the `repos` endpoint is available on: [https://developer.g
32
32
33
33
> The page `my-github.html` under the folder *pages* has a reference to the script `my-github.js` and the CSS file `my-github.css`. These are the files that you will need to change for these tasks.
## Part 2: Show Pull Requests submitted against js-exercises
38
+
**The API**:
36
39
GET [https://api.github.com/repos/codeyourfuture/js-exercises/pulls](https://api.github.com/repos/codeyourfuture/js-exercises/pulls)
37
40
38
-
hint: This request lists all the pull requests against js-exercises. How can you show only the ones that related to your Github usernam (How can you _filter_ the list)
41
+
For the below 3 tasks, you'll need to work in: `pull-requests.html` & `pull-requests.js`
42
+
39
43
40
44
### Requirement 4: Show ALL Pull Requests
41
45
**Given** I am on the Resume site
@@ -55,7 +59,7 @@ Update the previous page to add a `Search input`. This allows the user to enter
55
59
**When** I enter a *github user* in the *search box*
56
60
**Then** I should be shown a list of *Pull Requests title* for that User only
57
61
58
-
> The file `pull-requests.js` is where you need to write the JavaScript to peform these requirements.
62
+

59
63
60
64
## Part 3: Update My Github Page to show other Github user's repos
61
65
@@ -70,7 +74,9 @@ Update the **My Github** page to add a `Search input` and a `Search button`. Thi
70
74
71
75
(stretch goal: if the search box is empty then it should default to my User)
72
76
73
-
> You will need to update the code in `my-github.js` to finish these tasks.
77
+
> You will need to update the code in `my-github.js` to finish this final task.
78
+
79
+

74
80
75
81
## Bonus Task: Random API
76
82
Pick any random API from https://github.com/toddmotto/public-apis (**only those that don't require authentication (have Auth No)**) and create a page to use the API
0 commit comments