Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morishin/ascii-horizontal-barchart
- Owner: morishin
- License: mit
- Created: 2016-07-04T14:12:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T13:43:52.000Z (over 8 years ago)
- Last Synced: 2024-09-17T20:52:03.455Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ascii-horizontal-barchart
- Size: 4.88 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)