Skip to content

Commit 565f461

Browse files
committed
📝 ドキュメントを qiita_trend 0.4.9 用に書き換え
1 parent e164077 commit 565f461

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![CI](https://github.com/dodonki1223/qiita_command/workflows/CI/badge.svg?branch=master)
44

5-
Qiitaのトレンド情報(Daily, Weekly, Monthly)をコマンドで取得しコンソール上に表示することができます
5+
Qiitaのトレンド情報(Normal, Personal)をコマンドで取得しコンソール上に表示することができます
66

77
<img alt="00_sample" src="https://raw.githubusercontent.com/dodonki1223/image_garage/master/qiita_command/00_sample.gif" width="800px">
88

@@ -22,8 +22,8 @@ $ bundle install
2222

2323
### Qiitaのログイン情報を設定する
2424

25-
weekly, monthly のトレンドを取得する時は設定が必要です
26-
**dailyのみ取得したい場合は設定不要です**
25+
personal のトレンドを取得する時は設定が必要です
26+
**normalのみ取得したい場合は設定不要です**
2727

2828
```shell
2929
$ cp config_sample.yml config.yml
@@ -51,27 +51,15 @@ cache_directory: path/to/sample
5151
## 使い方
5252
5353
```shell
54-
# dailyのトレンドを取得する
54+
# normalのトレンドを取得する
5555
$ ./qiita
5656

57-
# dailyのトレンドのNEWのものだけを取得する
58-
$ ./qiita -n
57+
# normalのトレンドのNEWのものだけを取得する
58+
$ ./qiita --new
5959

60-
# weeklyのトレンドを取得する
61-
$ ./qiita -w
62-
$ ./qiita --weekly
63-
64-
# weeklyのトレンドのNEWのものだけを取得する
65-
$ ./qiita -w -n
66-
$ ./qiita --weekly -n
67-
68-
# monthlyのトレンドを取得する
69-
$ ./qiita -w
70-
$ ./qiita --monthly
71-
72-
# monthlyのトレンドのNEWのものだけを取得する
73-
$ ./qiita -w -n
74-
$ ./qiita --monthly -n
60+
# personalのトレンドを取得する
61+
$ ./qiita -p
62+
$ ./qiita --personal
7563
```
7664

7765
## GitHub Actions

0 commit comments

Comments
 (0)