Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 468 Bytes

github-scraper

Getting Started & Running the Scraper

  1. Pull down the code (or just download the code as a zip, github provides that link on the right).

  2. Create a file named .env at the project root (in the same folder as package.json) -- The contents of this file should be

    ghusername=YOUR-GITHUB-USERNAME
    ghpassword=YOUR-GITHUB-PASSWORD
    
  3. Run npm install

  4. Run node app

  5. Point your browser to http://localhost:3000/