FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

github-api-get-nodejs-example/README.md at main · roebi/github-api-get-nodejs-example · GitHub

Latest commit

 

History

History
49 lines (41 loc) · 1.29 KB

File metadata and controls

49 lines (41 loc) · 1.29 KB

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@n.n.n 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'
  ]

Back | FazBrowse Home | New Git URL