minihash
v0.0.3
Published
A simple wrapper around window.location.hash
Downloads
5
Readme
minihash
Mini location.hash update system.
Usage
var minihash = require('minihash');
var hash = minihash('!/', function(value) {
// Value updated
});
// Update the window.location.hash value
hash.value = 'foo';
Installation
$ npm install minihash
Browser compatibility
IE9+ and modern browsers.
License
Special thanks
Illustration made by Raphaël Bastide with scri.ch.