With the help of this youtube tutorial, I managed to display the data from the repositories of the most loved game company, EA.
To run first clone repository:
git clone "https://github.com/SCarmo/Github-API-Interrogation.git"
Then change into directory
cd Github-API-Interrogation
Install necessary dependencies, make sure node & npm are installed
npm install
Start the server
nodemon
or
node app.js
Then Simply open up a browser and go to "localhost:3000"
