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

https://github.com/bloomca/github-users-explorer

Flask application to show user's repositories
https://github.com/bloomca/github-users-explorer

flask github-api python

Last synced: 19 days ago
JSON representation

Flask application to show user's repositories

Awesome Lists containing this project

README

          

## GitHub Users Explorer

This is a [Flask application](http://flask.pocoo.org/), which allows you to query users and see all their repositories.

This project was written using Python@3.6.5.

```sh
pip install -r requirements.txt
export FLASK_ENV=development # in case you need dev mode
flask run
```

## License

Mit