0.0.3 • Published 1 year ago

consolegraphrc v0.0.3

Weekly downloads
5
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

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);
}
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

3 years ago