Skip to content

A simple web app to demonstrate the GitHub API (v3). Developed for my CIS3210 Computer Networks course at the University of Guelph.

Notifications You must be signed in to change notification settings

ryanwilsonperkin/github-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Resume

This is an application under active development for my CIS3210 Computer Networks course at the University of Guelph.

The name of the application is GitHub Resume. It will be a stripped down and beautified version of the GitHub.com/:username page with an emphasis on readability and aesthetic minimalism.


Note: To run the application on your own computer, you will require python packages that can be fetched using pip. Instructions for installing pip can be found here.

Fetch this repository.

git clone https://github.com/ryanwilsonperkin/github-resume.git

Install the required packages in requirements.txt.

cd github-resume
pip install -r requirements.txt

Run the webserver.

cd lab
paster serve --reload production.ini

Navigate to http://localhost:5000 in your browser.

API Integration

This application makes use of the GitHub.com API. It allows the user to enter a GitHub username and retrieve information on that user.

Technologies

About

A simple web app to demonstrate the GitHub API (v3). Developed for my CIS3210 Computer Networks course at the University of Guelph.

Resources

Stars

Watchers

Forks

Packages

No packages published