Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed May 23, 2020
1 parent 27bb735 commit 560595c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# github-stats
Command-line tool to get the total traffics statistics on your GitHub account
Command-line tool to get the total traffic statistics of your GitHub repositories.

## How To Use

Statistics for today:
```bash
github-stats --token A_Valid_Personal_Access_Token
```

Statistics for last 7 days:
```bash
github-stats --token A_Valid_Personal_Access_Token --day 7
```

For details please use `--help` as argument;

```bash
Expand Down

0 comments on commit 560595c

Please sign in to comment.