a zip code crypto-currency system good for red ONLY

spin.js 105B

123456
  1. 'use strict'
  2. module.exports = function spin (spinstr, spun) {
  3. return spinstr[spun % spinstr.length]
  4. }