Browse Source

Updated website with new YouTube video.

pull/8/head
jrtechs 6 years ago
parent
commit
7116a1eece
3 changed files with 5 additions and 9 deletions
  1. +3
    -7
      README.md
  2. +1
    -1
      website/graph.html
  3. +1
    -1
      website/index.html

+ 3
- 7
README.md View File

@ -8,19 +8,15 @@ locally in a gremlin server and is then sent to the client via a web socket.
![Diagram](website/Diagram.svg) ![Diagram](website/Diagram.svg)
[Video Of Friends of Friends Graph](https://www.youtube.com/watch?v=WJfo9bU0nH8)
[Video Of Friends of Friends Graph](https://www.youtube.com/watch?v=DoDaHmyIPvQ)
This project is in the VERY early stages of development and is far from finished. This project is in the VERY early stages of development and is far from finished.
If you are lucky, you will find it live at [http://jrtechs.student.rit.edu/friendsOfFriends.html](http://jrtechs.student.rit.edu/friendsOfFriends.html).
If you are lucky, you will find it live at [http://steam.jrtechs.net](http://steam.jrtechs.net).
It is still being actively developed and does not have permanent hosting so there is a %60 It is still being actively developed and does not have permanent hosting so there is a %60
chance at any time that you will be able to access it. chance at any time that you will be able to access it.
![Graph](website/exampleGraph.png)
# Bugs
* Tends to crash w/o telling user if you provide an invalid steam id
![Graph](website/img/jrtechs2.png)
# TODO # TODO

+ 1
- 1
website/graph.html View File

@ -194,7 +194,7 @@
{ {
document.location.href = "error.html"; document.location.href = "error.html";
} }
}, 3000);
}, 6000);
/** /**

+ 1
- 1
website/index.html View File

@ -116,7 +116,7 @@
</div> </div>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/WJfo9bU0nH8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/DoDaHmyIPvQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
</div> </div>

Loading…
Cancel
Save