Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active August 29, 2015 14:10
Show Gist options
  • Save afomi/b85a6e83240ebe467912 to your computer and use it in GitHub Desktop.
Save afomi/b85a6e83240ebe467912 to your computer and use it in GitHub Desktop.
EMail as Interface
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
"from" -> "email"
"to" -> "email"
"subject" -> "email"
"body" -> "email"
"time" -> "email"
"email" -> "server"
"server" -> "service"
"service" -> "trello"
"service" -> "basecamp"
"service" -> "custom"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment