Skip to content

GitHub Issue Tracker

Daniel Andrei R. Garcia requested to merge gitHubIssueTracker into master

Run from walletscrutiny folder:

  1. Search all files in _android for an issue with github links in it.
  2. It uses the GitHub API to check issues
  3. The API uses PAT
  4. It will find the state if the issue is "closed" or "open"
  5. It will output the result on the terminal

To run it

walletScrutinyCom$ node githubIssueTracker.js

  1. It needs axiom nodejs module

Merge request reports