A means to create Bitcoin mini private keys using Node.js.
git clone https://github.com/MidnightLightning/bitcoin-minikey.git
cd bitcoin-minikey
npm install
node app.js
Generates 50 mini private keys, showing the mini key, associated private key (WIF format) and associated Bitcoin address.