Ecosyste.ms: Awesome
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: 30 days ago
JSON representation
Flask application to show user's repositories
- Host: GitHub
- URL: https://github.com/bloomca/github-users-explorer
- Owner: Bloomca
- Created: 2018-05-26T17:16:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:14:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T18:25:15.224Z (about 1 month ago)
- Topics: flask, github-api, python
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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