+1
.env-example
+1
.env-example
+14
-8
cmd/register-feed/main.go
+14
-8
cmd/register-feed/main.go
······
+44
handlers.go
+44
handlers.go
······+// HandleFeedInteractions will handle when the client sends back a feed interaction so you can improve+// here is where you would likely do something with the data that is sent to you such as improving the+slog.Info("interaction for user", "user", userDID, "item", interaction.Item, "interaction", interaction.Event)
+1
readme.md
+1
readme.md
···* FEED_DID - This is the DID that will be used to register the record. Unless you know what you are doing it's best to use `did:web:` + FEED_HOST_NAME (eg "did:web:demo-feed.com")+* ACCEPTS_INTERACTIONS - Set this to be true if you wish your feed to accepts interactions such as "show more" or "show less"First you need to run the feed generator by building the application `go build -o demo-feed-generator ./cmd/feed-generator/main.go` and then running it `./demo-feed-generator`
+1
server.go
+1
server.go
···