Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 835 Bytes

File metadata and controls

38 lines (31 loc) · 835 Bytes

Github-API-Interrogation

For CS3012, Software Engineering.

Student No. 15323753.

With the help of this youtube tutorial, I managed to display the data from the repositories of the most loved game company, EA.


Demo

Alt text

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"