Implementation of Koremutake MeRS encoding/decoding for node.
npm install koremutake
var koremutake = require('koremutake');
koremutake.encode();
// output: beluhujegibo
koremutake.decode('beluhujegibo');
//output: 46767000067
- For me; see http://x42.com
- For koremutake; see http://shorl.com/koremutake.php
- Thanks Josef Falk and Filip Salomsson for coming up with koremutake.
- Thanks to pschork for the tests.
- Thanks to PerBol for reminding me.