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
-`useGithubAutomatedRepos` hook responsible for automating the repositories. It returns a function called dataGithubRepos, which takes two parameters: data (data that comes from the GitHub API) and the keyword (the latter responsible for showing the project on your website from the moment it is declared in the Topics field of the your Github repository). The dataGithubRepos returns, so optimized, an array of objects containing 6 properties: id, html_url, homepage, topics, name and description.
201
+
-`useGitHubAutomatedRepos` hook responsible for automating the repositories. It returns a function called dataGithubRepos, which takes two parameters: data (data that comes from the GitHub API) and the keyword (the latter responsible for showing the project on your website from the moment it is declared in the Topics field of the your Github repository). The dataGithubRepos returns, so optimized, an array of objects containing 6 properties: id, html_url, homepage, topics, name and description.
202
202
203
203
```tsx
204
-
const data =useGithubAutomatedRepos("GitHubUsername", "KeyWord");
204
+
const data =useGitHubAutomatedRepos("GitHubUsername", "KeyWord");
205
205
```
206
206
<br>
207
207
@@ -262,7 +262,7 @@ hook config.
262
262
:exclamation::exclamation: Don't forget to fill in the fields: your GitHubUsername and keyWord (determined by you).
0 commit comments