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

Added onlick for organization icons and limit in github data fetcher #217

Open
wants to merge 4 commits 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ node git_data_fetcher.mjs
```

This will fetch all the data from your github and it will automatically replace my data with yours.
Whenever you want to update the github related information on the website you need to run this command.
Whenever you want to update the github related information on the website you need to run this command. The default limit is 100. This means only last 100 issues and pull requests will be shown (if available). But you can increase this by adding arguments. `--pr-limit(-pl)` for pull requests, `--issue-limit(-il)` for issues, `--org-limit(-ol)` for organizations and `--limit(-l)` for all. Example: `node git_data_fetcher.mjs -l 200` Keep in mind that adding a huge data may affect website perfomance.

### Splash Logo

Expand Down
Loading