From 9dfdc6f188918ca16032355c959351db26be91ac Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sat, 16 Feb 2019 17:24:11 -0500 Subject: [PATCH] Created a page where you can search for a gh user and create a graph based on it. --- public/FriendsGraph.html | 99 +++++++++++++++++++++++++++++++++++++++ public/index.html | 2 +- public/js/friendsGraph.js | 2 +- 3 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 public/FriendsGraph.html diff --git a/public/FriendsGraph.html b/public/FriendsGraph.html new file mode 100644 index 0000000..fdc7879 --- /dev/null +++ b/public/FriendsGraph.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ +
+ +
+ +
+
+

+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 56ca390..324001c 100644 --- a/public/index.html +++ b/public/index.html @@ -17,7 +17,7 @@