Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 404 Bytes

Introduction

Squeaker is a simple twitter-like web app that is based around topics instead of users.

Some differences are:

  • Users get assigned a random pseudo-UUID when they post on a topic
  • More focus on discussing current topics
  • The Message character limit is increased from 140

Installation

go get -u github.com/foolusion/squeaker
go install github.com/foolusion/squeaker

More to come