Roadmap Backend Project URL
Print out the user-inputted github account's public activity/events
For this to work, you must have NodeJS installed.
First, download NodeJS from their website and install it
- Download the main application files from this repository
- And place them anywhere on your computer
- If needed, unzip them first before placing them
- Then, go into the folder/directory containing the files
- Open up a console, terminal, or Command Line Interface in that very folder/directory
- Git Bash
- This can be downloaded on Git website
- Git Bash
- Type in
npm linkand Press Enter key
Open up the console, terminal, or Command Line Interface in any folder/directory.
Type in below keyword and replace <github username> with a valid Github Account
github-activity <github username>
- Go into your folder/directory with the main application files(The files downloaded from this repository)
- Open up a console, terminal, or Command Line Interface in that folder/directory with the main application files
- Type in
npm unlink -gand Press Enter key - The uninstallation is complete
- The Main application files can now be deleted
