Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jurredr/github-widgetbox
/ functions
Functions
28 in github.com/Jurredr/github-widgetbox
⨍
Functions
28
◇
Types & classes
12
↓ 10 callers
Function
errorWidget
( widgetName: string, nameX: string, reason: string, reasonX: string )
src/widgets/error.ts:1
↓ 6 callers
Function
getTheme
(themes: Theme[], themeName: string)
src/utils.ts:30
↓ 5 callers
Function
findData
(data: IconData[], name: string)
src/utils.ts:22
↓ 5 callers
Function
getBoxes
* 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 callers
Function
getBoxes
* 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 callers
Function
addDataBox
(name, index, count, color1, color2, svg)
public/src/widgets/profile.js:71
↓ 4 callers
Function
addDataBox
( name: string, index: number, count: number, color1: string,
src/widgets/profile.ts:141
↓ 2 callers
Function
buildCard
( width: number, height: number, bg: string )
src/components/card.ts:1
↓ 2 callers
Function
getBoolean
(str: string)
src/utils.ts:11
↓ 2 callers
Function
skillsWidget
( languagesString?: string, frameworksString?: string, librariesString?: string, toolsString?:
src/widgets/skills.ts:26
↓ 1 callers
Function
buildGradientBox
( id: number, fromColor: string, toColor: string, transX: number, transY: number )
src/components/gradient-box.ts:17
↓ 1 callers
Function
getDataOptions
()
public/src/widgets/profile.js:37
↓ 1 callers
Function
getDataOptions
()
src/widgets/profile.ts:62
↓ 1 callers
Function
getGithubUserStats
( token: string | undefined, username: string )
src/fetchers/user-stats-fetcher.ts:4
↓ 1 callers
Function
profileWidget
( username: string, data: string, themeString?: string )
src/widgets/profile.ts:13
↓ 1 callers
Function
requestInBase64
(url: string)
src/utils.ts:15
Function
buildCard
(width, height, bg)
public/src/components/card.js:3
Function
buildGradientBox
* 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
Function
errorWidget
(widgetName, nameX, reason, reasonX)
public/src/widgets/error.js:3
Function
findData
(data, name)
public/src/utils.js:23
Function
getBoolean
(str)
public/src/utils.js:12
Function
getGithubUserStats
(token, username)
public/src/fetchers/user-stats-fetcher.js:7
Function
getTheme
(themes, themeName)
public/src/utils.js:31
Function
isValidHexColor
(hexColor)
public/src/utils.js:8
Function
isValidHexColor
(hexColor: string)
src/utils.ts:5
Function
profileWidget
(username, data, themeString)
public/src/widgets/profile.js:13
Function
requestInBase64
(url)
public/src/utils.js:16
Function
skillsWidget
* 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