USER GUIDE FOR TWITTERLOCATIONFLOW

The purpose of the project is to provide an interactive map with the flow and interactions between the Twitter's users around a specified word, topic or hashtag


USER GUIDE FOR TWITTERLOCATIONFLOW

TwitterLocationFlow is a web app based on an API REST. Here they are the commands:

  • Query status: /status
  • Query all vertex saved: /vertices
  • Add a vertex: /vertices/add/<vertex>
  • Add an edge: /aristas/add/<edge>
  • Remove a vertex: /vertices/remove/<vertex>
  • Remove an edge between two vertex: /aristas/remove/<ver1>/<ver2>
  • Count the number of vertex: /vertices/cuenta_vertices
  • Find a path between two vertex: /vertices/find_path/<vert1>/<vert2>