Categorygithub.com/willfantom/reticulating-go
modulepackage
0.1.0
Repository: https://github.com/willfantom/reticulating-go.git
Documentation: pkg.go.dev

# README

Reticulating Loading Messages...

Use the loading messages from The Sims in your program!

example


Want some garbage messages you can add to a loading screen? Congrats 🎉 you've found the right repo!

I Just Want Messages!

It can be as simple as a cURL!

curl https://sims.willfantom.com/api/messages/random

See examples for more!


Add to Go Program

You can just add this to your golang program:

go get github.com/willfantom/reticulating-go

Example:

package main

import (
  "fmt"

  "github.com/willfantom/reticulating-go"
)

func main() {
  fmt.Println(reticulating.GetLoadingMessage())
}

I Wanna Host The API Myself...

Just use the built Docker image 🐳

docker run --rm -p 8080:8080 ghcr.io/willfantom/reticulating:latest

TODO

  1. Think of a better name for this project
  2. MORE MESSAGES
  3. Procrastinate by playing the Sims again
  4. Stop working on this because its useless...

Thanks

Thanks to this post for collating the messages!

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author