Skip to content

a simple example to pull files from github using the npm module github-api

Notifications You must be signed in to change notification settings

ShaharyarMaroof/pull-from-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pull-from-github

a simple example to pull files from github using the npm module github-api

to run the script

npm run start

config file

A config file is required to initialize the Github client and send calls to the Github API. Create a config in the root directory

const CONFIG = {
  token: YOUR_GITHUB_TOKEN,
  repository: REPO_NAME,
  username: USER_NAME
}

module.exports = CONFIG

About

a simple example to pull files from github using the npm module github-api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published