Skip to content

roebi/github-api-get-nodejs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-api-get-nodejs-example

this is a demo of usage of https://github.com/roebi/github-api-get

Edit on StackBlitz ⚡️

in the console just run

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

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
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'
  ]

Releases

No releases published

Packages

No packages published