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>