Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morishin/ascii-horizontal-barchart

Ascii horizontal bar chart
https://github.com/morishin/ascii-horizontal-barchart

Last synced: 23 days ago
JSON representation

Ascii horizontal bar chart

Awesome Lists containing this project

README

        

# ascii-horizontal-barchart

```
npm install ascii-horizontal-barchart
```

```javascript
const data = {
'Objective-C': 109891,
Ruby: 13537,
Python: 268799,
HTML: 2597,
CSS: 3196,
Haskell: 23832,
Shell: 19098,
C: 2228,
CoffeeScript: 2571,
JavaScript: 8782,
VimL: 12426,
'C++': 191787
}

const chart = require('ascii-horizontal-barchart')
console.log(chart(data))
```

![](https://cloud.githubusercontent.com/assets/1413408/16590067/f0faf57e-4310-11e6-858d-fa9748483bc3.png)