MCPcopy Create free account

hub / github.com/Jurredr/github-widgetbox / functions

Functions28 in github.com/Jurredr/github-widgetbox

↓ 10 callersFunctionerrorWidget
( widgetName: string, nameX: string, reason: string, reasonX: string )
src/widgets/error.ts:1
↓ 6 callersFunctiongetTheme
(themes: Theme[], themeName: string)
src/utils.ts:30
↓ 5 callersFunctionfindData
(data: IconData[], name: string)
src/utils.ts:22
↓ 5 callersFunctiongetBoxes
* Builds the gradient boxes and sets the names. * @param listToBuild The list of items to build the boxes with * @param type Indicates which
public/src/widgets/skills.js:108
↓ 5 callersFunctiongetBoxes
* Builds the gradient boxes and sets the names. * @param listToBuild The list of items to build the boxes with * @param type Indicat
src/widgets/skills.ts:128
↓ 4 callersFunctionaddDataBox
(name, index, count, color1, color2, svg)
public/src/widgets/profile.js:71
↓ 4 callersFunctionaddDataBox
( name: string, index: number, count: number, color1: string,
src/widgets/profile.ts:141
↓ 2 callersFunctionbuildCard
( width: number, height: number, bg: string )
src/components/card.ts:1
↓ 2 callersFunctiongetBoolean
(str: string)
src/utils.ts:11
↓ 2 callersFunctionskillsWidget
( languagesString?: string, frameworksString?: string, librariesString?: string, toolsString?:
src/widgets/skills.ts:26
↓ 1 callersFunctionbuildGradientBox
( id: number, fromColor: string, toColor: string, transX: number, transY: number )
src/components/gradient-box.ts:17
↓ 1 callersFunctiongetDataOptions
()
public/src/widgets/profile.js:37
↓ 1 callersFunctiongetDataOptions
()
src/widgets/profile.ts:62
↓ 1 callersFunctiongetGithubUserStats
( token: string | undefined, username: string )
src/fetchers/user-stats-fetcher.ts:4
↓ 1 callersFunctionprofileWidget
( username: string, data: string, themeString?: string )
src/widgets/profile.ts:13
↓ 1 callersFunctionrequestInBase64
(url: string)
src/utils.ts:15
FunctionbuildCard
(width, height, bg)
public/src/components/card.js:3
FunctionbuildGradientBox
* Creates a gradient box. * * This method creates a box that has a gradient colour. The box contains the * logo of the framework, language, library
public/src/components/gradient-box.js:19
FunctionerrorWidget
(widgetName, nameX, reason, reasonX)
public/src/widgets/error.js:3
FunctionfindData
(data, name)
public/src/utils.js:23
FunctiongetBoolean
(str)
public/src/utils.js:12
FunctiongetGithubUserStats
(token, username)
public/src/fetchers/user-stats-fetcher.js:7
FunctiongetTheme
(themes, themeName)
public/src/utils.js:31
FunctionisValidHexColor
(hexColor)
public/src/utils.js:8
FunctionisValidHexColor
(hexColor: string)
src/utils.ts:5
FunctionprofileWidget
(username, data, themeString)
public/src/widgets/profile.js:13
FunctionrequestInBase64
(url)
public/src/utils.js:16
FunctionskillsWidget
* Builds the skill widget page * * This method builds a SVG file that contains all the languages, frameworks, * libraries, tools and other software
public/src/widgets/skills.js:30