d0tsearch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 963e553fbcc2b477e9a9ee6fdde64c5251427c7c
parent bc5c32b6c4d6a53bd630bbe28a9eff32f8dc6300
Author: Dane Fisher <hide4@comcast.net>
Date:   Thu, 17 Sep 2020 18:00:13 -0400

Update README.md

added actual readme
Diffstat:
MREADME.md | 28++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,26 @@ -# search -l0bster browser startpage (search.l0bster) +# L0bsterSearch +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +[![HitCount](http://hits.dwyl.io/underd0g1/buddy.svg)](http://hits.dwyl.io/underd0g1/search) + +## Description + +Responsive D3.js startpage that we kluged together by appending hrefs to nodes of a force directed graph. + +## Usage + +Use it as a local startpage or utilize our hosted version. All styles are inline, so you can just run the .html file. Include the .ttf file in the same directory if you want the 8 bit font. + +Reference your browser documentation to set it as your startpage. + +## modification + +colors : modify the rgb values in the colors array (group is correlated with node color). +links: modify the urls in the nodes object array +postions: modify the sources and targets to change which node links to which +gravity: just like real life, its how much force is pushing down the svg +charge: the amount of oposing force each node exerts on the other nodes ( like trying to push two north poles of a magnet together) +linkDistance: the length of the svg lines that link the nodes. + +## misc + +Clone it, Fork it, shamelessly copy whatever you want!