Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
sourishkrout
githubStars
Public
Fork
Like
1
Code
Pull Requests
Forks
References
4
Dependencies
1
Versions
v11
Back
Version 1
6/15/2023
9
1
2
3
4
5
export
function
githubStars
(
handle
:
string
,
repo
:
string
)
{
return
@
stevekrouse
.
fetchJSON
(
`
https://api.github.com/repos/
${
handle
}
/
${
repo
}
`
,
)
;
}
Copy
Updated: October 23, 2023