Skip to content

Soldy/consolegraphrc

Repository files navigation

consoolegraphrc

The poolrc is a data pooling tool for science projects

install

npm i consolegraphrc

init

const graphrc = new (require('consolegraphrc')).base()

graph rendering

let graph = graphrc.render(
    [4,5,12,4,2,4,9,16,6,4,14,5,11,8,5,12]
);
// return with an array

graph with console.log

for (let line of graph){
    console.log(line);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published