A interpolation of ghkw by ruby.
Works almost same as ghkw.
Using GitHub API v3, compares count of keyword used all public repository.
- Ruby
- HTTParty
$ export GITHUB_TOKEN='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
$ ruby nazuna.rb fire flame burn
| RANK | KEYWORD | TOTAL |
|------|---------|----------|
| 1 | fire | 80289147 |
| 2 | burn | 6358959 |
| 3 | flame | 3432800 |
- clone
- set Environmental valiable 'GITHUB_TOKEN' by your GitHub access token with full repository access.
MIT