- https://www.directonedesign.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: getGitHubStarCountWeb | |
description: Calls the GitHub API to get the star count for an org/user and repository. | |
host: EXCEL | |
api_set: {} | |
script: | |
content: > | |
/** | |
* Gets the star count for a given org/user and repo. Try =GETSTARCOUNT("officedev","office-js") | |
* @customfunction | |
* @param userName Name of org or user. |