Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 649 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 649 Bytes

GitHub Navigator

Alexander Liu

A web application to search latest repositories by created time on GitHub.

No more than 5 results for each search.

This app uses Python Web Framework "Tornado" and information are processed from GitHub API v3

image

Preparation

pip install -r dependencies

Run it

python application.py

View it

In your browser, open page, e.g. http://localhost:9876/navigator?search_term=arrow

Notice: Assume that arrow is the keyword which you want to search

Study it

Have a look at folder .test