run module¶
This is the main file intended to be run. It first opens static_gui/index.html in your default webbrowser, and then serves the Flask API which is called from that static interface. When called it responds with the required graph data by returning a JSON object with the necessary nodes and edges.
-
run.api(key, radius)¶ API to return citation graph
-
run.test()¶ Confirms Flask App is running for tests.py