1.0.1 • Published 7 years ago

github-comment v1.0.1

Weekly downloads
506
License
MIT
Repository
github
Last release
7 years ago

 

usage

npm install github-comment

 

In your code:

const comment = require('github-comment')

// comment(token, repo, issueId, body)
comment('secret_github_token', 'siddharthkp/github-comment', 1, 'this is a comment')
  .then(response => console.log(response))
  .catch(error => console.log(error))

you can create a personal access token on GitHub here

 

like it?

:star: this repo

 

license

MIT © siddharthkp