Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YouEclipse/steam-box
/ functions
Functions
12 in github.com/YouEclipse/steam-box
⨍
Functions
12
◇
Types & classes
1
↓ 4 callers
Function
NewBox
NewBox creates a new Box with the given API key.
pkg/steambox/box.go:25
↓ 4 callers
Function
getNameEmoji
(id int, name string)
pkg/steambox/box.go:180
↓ 4 callers
Function
pad
(s, pad string, targetLength int)
pkg/steambox/box.go:170
↓ 2 callers
Method
GetPlayTime
GetPlayTime gets the top 5 Steam games played in descending order from the Steam API.
pkg/steambox/box.go:56
↓ 2 callers
Method
GetRecentGames
GetRecentGames gets 5 recently played games from the Steam API.
pkg/steambox/box.go:100
↓ 2 callers
Method
UpdateMarkdown
UpdateMarkdown updates the content to the markdown file.
pkg/steambox/box.go:141
↓ 1 callers
Method
GetGist
GetGist gets the gist from github.com.
pkg/steambox/box.go:40
↓ 1 callers
Method
UpdateGist
UpdateGist updates the gist.
pkg/steambox/box.go:50
Function
TestBox_GetPlayTime
(t *testing.T)
pkg/steambox/box_test.go:12
Function
TestBox_GetRecentGames
(t *testing.T)
pkg/steambox/box_test.go:47
Function
TestBox_Readme
(t *testing.T)
pkg/steambox/box_test.go:71
Function
main
()
cmd/box/main.go:15