Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 247 Bytes

Web service to retrieve information about a github account.

Instructions:

This app runs with python3

You must have python3 and flask and requests packages

start the web service with:

python3 -m flask run

to run the tests:

python3 tests.py