ianasqazi / Dev-Profile-Generator

Get information about any profile on Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev-Profile-Generator

Get information about any profile on Github by providing the github username.

AS A product manager

I WANT a developer profile generator

SO THAT I can easily prepare reports for stakeholders

Repository

Click the link below to check the repository :

URL : https://github.com/ianasqazi/Dev-Profile-Generator

Preview

screenrecording_DevProfile

Requirements

For testing, you will need Node.js and node global package, and also the following dependency packages installed in your environement.

Node

Just go on official Node.js website and download the installer.

Also, be sure to have git available in your PATH, npm might need it (You can find git here).

To check if its already installed just type the following commands to verify :

node --version
v12.6.0

git --version
git version 2.21.0 (Apple Git-122)

npm --version
6.13.1

NPM Packages

  • Inquirer
  • Axios
  • Puppeteer

Running the Application

Run the following commands in your terminal window

git clone https://github.com/ianasqazi/Dev-Profile-Generator.git

cd Dev-Profile-Generator/

npm install

All packages will be installed and now run the application with the command below :

cd Dev-Profile-Generator/modules/

node index.js

PDF Output

screenshot

About

Get information about any profile on Github


Languages

Language:JavaScript 100.0%