Statusphere
Set your status on the Atmosphere.
{{if .DisplayName}}
Hi {{.DisplayName}}. What's your status today?
{{else}}
Hi. What's your status today?
{{end}}
Log out
{{range .AvailableStatus}}
{{.}}
{{end}}
{{range .UsersStatus}}
{{.Status}}
@{{.Handle}}
{{if .IsToday}} is feeling {{.Status}} today {{else}} was feeling {{.Status}} on {{.Date}} {{end}}
{{end}}