Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 30 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 [email protected].

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

## License

Mit