https://github.com/anko/unansweredquestionschart
A chart to motivate a cleanup of unanswered questions on Game Development Stack Exchange
https://github.com/anko/unansweredquestionschart
Last synced: about 1 year ago
JSON representation
A chart to motivate a cleanup of unanswered questions on Game Development Stack Exchange
- Host: GitHub
- URL: https://github.com/anko/unansweredquestionschart
- Owner: anko
- Created: 2014-12-09T20:17:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T20:42:47.000Z (over 11 years ago)
- Last Synced: 2025-02-04T19:14:40.154Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# GDSE unanswered questions chart
This is to motivate us to prune our big stack of currently unanswered
questions.
You can expect output to look a bit like this:
![sample chart][1]
## Running
These scripts expect a Linux platform with [Inkscape][2], [ImageMagick][3] and [Node.js][4] installed.
Rendering the chart and gathering data are independent operations.
`npm install`, then run `node index.js >> data` to start collecting data. Run
`./render.sh` to render the `data` into a chart as `out.svg` and `out.png`
[1]: https://cloud.githubusercontent.com/assets/5231746/5365108/4d7cd0de-7fe9-11e4-96c2-b5e221d20d02.png
[2]: https://www.inkscape.org/
[3]: http://www.imagemagick.org/
[4]: http://nodejs.org/