this is a demo of usage of https://github.com/roebi/github-api-get
in the console just run
npm install
npm run example
// this run 'node index.js'
output is:
> [email protected] 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
githubApiGetProject
githubApi.ts githubApiGetProject(): loginName: roebi
githubApi.ts githubApiGetProject(): projectName: 01-01-vanilla-HTML5-starter-page
realGithubTopics, deprecated call getGithubTopics
realGithubTopics
[
'css3',
'html5',
'html5-template',
'roebi',
'starter',
'template',
'template-project'
]