You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application does not use any server, its all in the browser :) Thanks to the events API supporting CORS requests..yee
The events API returns only 30 (max) results per request but allows pagination and hence the number of items may be different in each page.
Some API result pages may not contain any pullRequestEvent for the user, in that case, it automatically switches to the next page until there are no activities of the user.
The application can only provide results till the 10th page :( Why? The events API only limits pagination upto 10 pages.
Contributing
If you have any suggestions, or want to contribute, feel free to fork and open a pull request.
Once you do that, just try the application on your browser and see if your above pull request appeared in the list :) Just kidding !
Development
Download the code, load the 'index.html' using a web server on your machine, and start developing.
About
Ease to view the public pull requests (Open source contributions) made by a GitHub user :)