🖥

#Qiita #API で取得したタグの一覧の #JSON から #markdown のランキングを作る #jq コマンドの例

2019/04/20に公開

command

cat tags.json | jq -r '.[] | "+ [" + .id + "](https://qiita.com/tags/" + .id + ") " + (.items_count | tostring) + " items / " + (.followers_count | tostring) + " followers"'

result

公開日時

2019-04-20

Discussion