Skip to content

Commit

Permalink
Update README.md: use of githubApiGetProject
Browse files Browse the repository at this point in the history
  • Loading branch information
roebi authored Aug 1, 2024
1 parent e84b56c commit 2f9e067
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

in the console just run

npm install
npm run example
// this run 'node index.js'

Expand All @@ -12,10 +13,28 @@ output is:
> github-api-get-node-example@0.1.0 example
> node index.js

githubApiGetProject
githubApi.ts githubApiGetProject(): loginName: roebi
githubApi.ts githubApiGetProject(): projectName: 01-01-vanilla-HTML5-starter-page
realGithubTopics, call of githubApiGetProject with constant GITHUB_PROJECT_TOPICS
realGithubTopics
[
'css3',
'html5',
'html5-template',
'roebi',
'starter',
'template',
'template-project'
]

getGithubTopics
githubApi.ts: loginName: roebi
githubApi.ts: projectName: 01-01-vanilla-HTML5-starter-page
realGithubTopics
githubApiGetProject
githubApi.ts githubApiGetProject(): loginName: roebi
githubApi.ts githubApiGetProject(): projectName: 01-01-vanilla-HTML5-starter-page
realGithubTopics, deprecated call getGithubTopics
realGithubTopics
[
'css3',
Expand Down

0 comments on commit 2f9e067

Please sign in to comment.