An open API service indexing awesome lists of open source software.

https://github.com/jamesgeorge007/github-mate

This is the web implementation of github-mate Desktop app using the Flask web application framework with extended capabilities.
https://github.com/jamesgeorge007/github-mate

flask github-api hacktoberfest python3 web-application

Last synced: 9 months ago
JSON representation

This is the web implementation of github-mate Desktop app using the Flask web application framework with extended capabilities.

Awesome Lists containing this project

README

          

GitHub Mate

## Basic Info

- This web app is backed up by the Flask web framework which utilizes GitHub API V3 to fetch details of any user being provided.
- Validations are implemented for connection interruptions and non-existing users.
- Done as a hobby project

## Have a look

![image](https://i.imgur.com/IufTuMj.png)

![image](https://i.imgur.com/ro5OTFF.png)

## Instructions

* Clone the repository
* Navigate to the project directory
* Install the dependencies ` ` ` pip install requirements.txt ` ` `
* Run ` ` ` python server.py ` ` `
* Open your browser and navigate to localhost:5000
* Serving port can be changed by supplying the port arguement within ` ` ` app.run() ` ` `

## Dependencies

* Flask
* requests