DIAGRAMMATIC
save your work locally, this app is going away soon!
Login with GitHub
CODE
dejan
/
Twitter API models
(public)
digraph twitter_api { node [shape=box, style=filled, color=lightblue]; edge [color=black, fontcolor=black]; // Define nodes Tweets [label="Tweets"]; Users [label="Users"]; Followers [label="Followers"]; DirectMessages [label="Direct Messages"]; Search [label="Search"]; Trends [label="Trends"]; // Define relationships Users -> Tweets [label="posts/retrieves"]; Users -> Followers [label="follows"]; Users -> DirectMessages [label="sends / receives"]; Users -> Users [label="mentions/tags"]; Tweets -> Search [label="queried by"]; Tweets -> Trends [label="contribute to"]; Search -> Trends [label="finds"]; }
PREVIEW
PNG
SVG
Auto-save OFF
Saving
You can change the code, but you won't be able to save it as you are not the owner.
dot