anuraghazra / anuraghazra/github-readme-stats

Feature Request: JSON API

Aperta
#624 5 commenti 3 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
JavaScript
Stelle
79.8k
Fork
37.7k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

**Is your feature request related to a problem? Please describe.**
It would be cool if there was a json api for each card.

**Describe the solution you'd like**
For example `/api/json?username=nthnchu` would return:
```json
{
"name": "Nathan Chu",
"stars": 2,
"commits_this_year": 561,
"pull_requests": 18,
"issues": 52,
"contributed_to": 15,
"grade": "A+"
}
```
Yes, I know I could just fetch from the API, but this would simplify things if I wanted to include it on my site, but in a different layout.

**Describe alternatives you've considered**
Using the GH api

**Additional context**
N/A

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.