Mini location.hash update system.
var minihash = require('minihash');
var hash = minihash('!/', function(value) {
// Value updated
});
// Update the window.location.hash value
hash.value = 'foo';
$ npm install minihash
IE9+ and modern browsers.
Illustration made by Raphaël Bastide with scri.ch.