I want to convert a number into a string representation with a format similar to Stack Overflow reputation display.
e.g.
I created an npm (and bower) module to do this:
npm install --save approximate-number
Usage:
var approx = require('approximate-number'); approx(123456); // "123k"