anuraghazra / anuraghazra/github-readme-stats
Feature: can we support wakatime editor stat code
- Dominant language
- JavaScript
- Stars
- 79.8k
- Forks
- 37.7k
- PR merge metrics
- No merged PRs in 30d
Description
wakatime api returned editor time stats, if display editor will be better
```json
{
"editors": [
{
"digital": "21:12",
"hours": 21,
"minutes": 12,
"name": "VS Code",
"percent": 73.37,
"text": "21 hrs 12 mins",
"total_seconds": 76367.893702
},
{
"digital": "5:10",
"hours": 5,
"minutes": 10,
"name": "GoLand",
"percent": 17.89,
"text": "5 hrs 10 mins",
"total_seconds": 18621.158891
},
{
"digital": "2:31",
"hours": 2,
"minutes": 31,
"name": "Sublime Text",
"percent": 8.73,
"text": "2 hrs 31 mins",
"total_seconds": 9090.812645
}
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.