karagenit / forks

Find Most Updated Forks of a Github Repository
http://caleb.techhounds.com/forks
MIT License
1 stars 0 forks source link

Load More Option #11

Open karagenit opened 7 years ago

karagenit commented 7 years ago

By default, users can give owner/name and PHP will query the github API. There should be an option to load another 100 - this will be weird, as (unless we use AJAX) we'd have to send all of the current data back to the server, the server would take that data & make a new request, and sort the new list.

I think moving to AJAX is the best option.

karagenit commented 7 years ago

See #13