Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Pagination #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Check it out at https://gitstalk.netlify.app/

<a href="https://www.producthunt.com/posts/gitstalk?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-gitstalk" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=130890&theme=light" alt="Gitstalk - Discover what your favorite GitHub users are up to | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a>

## Notes

If you ever hit GitHub API rate limit, you can [generate token](https://github.com/settings/tokens/new) and append it into URL `?token=XYZ`. This will rapidly increase your API limits.

## Local Setup

``` bash
Expand All @@ -14,3 +18,5 @@ yarn install
# serve locally
yarn serve
```

> Make sure to use Node version 12.x (tested with v12.22.12)
Loading