Skip to content

Commit

Permalink
add springyjs mention
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Jun 20, 2024
1 parent 9c2dcd6 commit db47c01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Polycule Visualiser

A graph visualiser designed to be self-hosted.
A graph visualiser designed to be self-hosted, using [Springy]

See a non-editable example -> <http://alifeee.co.uk/polycule-visualiser/>
See a non-editable example <http://alifeee.co.uk/polycule-visualiser/>

![GIF of graph moving in a spring-like motion](./images/cule.gif)

Expand Down Expand Up @@ -65,3 +65,5 @@ location /polycule/edit {
auth_basic_user_file /var/www/polycule/.htpasswd;
}
```

[Springy]: http://getspringy.com/
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@
</section>
</body>
<footer>
by <a href="https://alifeee.co.uk">alifeee</a> ·
by <a href="https://alifeee.co.uk">alifeee</a> · using
<a href="http://getspringy.com/">Springy</a> ·
<a href="https://github.com/alifeee/polycule-visualiser/">source code</a>
</footer>
</html>

0 comments on commit db47c01

Please sign in to comment.