Skip to content

Instantly share code, notes, and snippets.

@danielsiders
Created April 30, 2012 00:41
Show Gist options
  • Save danielsiders/2554480 to your computer and use it in GitHub Desktop.
Save danielsiders/2554480 to your computer and use it in GitHub Desktop.
base features
server:
accept any length text entries
publish feed of entries - html, json (social protocol in future)
append timestamp to each entry
web client:
outline textbox (color yellow/orange?/#ef7d00) when length≤140
return/enter submits
clear text immediately
posted entries ascending/descending/time on the side (pull from server, not local)
delete posted entries from server (unpublish/set private)
error when post fails
show text of failed post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment