Github search man
Deployed page
Github Search Man
Abstract
Incremental search on github repositories with watch and unwatch functions.
Technology stacks
How to use
requirements
- node(7.10.0)
- yarn(0.24.5)
local usage
yarn
or npm install
on /
(this) directory
yarn
or npm install
on /client
directory
- to start server, go to
/
and run yarn run dev
- to start go to client
/client
and yarn run start
Limitation
- The search results are shown only top 30cases. I should implement pagination.
- === Same with
My watching list
- Unwatch functions on watching list
- As, Github API only accept maximum 10 requests(if logged in, 30requests) in one minute, if you rush searching, the search requests are banned from github api server.