Documentation ¶
Index ¶
- Variables
- func Currency(currAmount, currFrom, currTo string) (string, error)
- func LastFmUserRecent(user string, log zerolog.Logger) string
- func Phonetic(message string) (string, error)
- func Preview(channel string) string
- func Weather(location string) (string, error)
- func WolframAlphaQuery(query string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInternalServerError = errors.New("internal server error") ErrWeatherLocationNotFound = errors.New("location not found") )
Functions ¶
func Weather ¶
Weather queries the OpenWeatherMap Api for the given location and sends the current weather response to the target twitch chat.
func WolframAlphaQuery ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.