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).
-`useGithubAutomatedRepos` hook responsável por automatizar os repositórios. Ele retorna uma função chamada dataGithubRepos, que leva dois parâmetros: data (dados que vêm da API do GitHub) e a palavra-chave (esta última responsável por mostrar o projeto no seu site a partir do momento em que ele é declarado no campo Tópicos do seu Github repositório). O dataGithubRepos retorna, assim otimizado, um array de objetos contendo 6 propriedades: id, html_url, página inicial, tópicos, nome e descrição.
189
+
-`useGitHubAutomatedRepos` hook responsável por automatizar os repositórios. Ele retorna uma função chamada dataGithubRepos, que leva dois parâmetros: data (dados que vêm da API do GitHub) e a palavra-chave (esta última responsável por mostrar o projeto no seu site a partir do momento em que ele é declarado no campo Tópicos do seu Github repositório). O dataGithubRepos retorna, assim otimizado, um array de objetos contendo 6 propriedades: id, html_url, página inicial, tópicos, nome e descrição.
190
190
191
191
```tsx
192
-
const data =useGithubAutomatedRepos("GitHubUsername", "KeyWord");
192
+
const data =useGitHubAutomatedRepos("GitHubUsername", "KeyWord");
193
193
```
194
194
<br>
195
195
@@ -253,7 +253,7 @@ Usado nos componentes ProjectIcon e StackIcon. É neste campo que é passada a c
253
253
seu nome de usuário do github e a palavra-chave (determinados por você).
254
254
255
255
```javascript
256
-
const data = useGithubAutomatedRepos("GitHubUsername", "KeyWord");
256
+
const data = useGitHubAutomatedRepos("GitHubUsername", "KeyWord");
0 commit comments