minihash

0.0.3 • Public • Published

minihash Build Status

Mini location.hash update system.

minihash illustration

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.

Browser support

License

MIT

Special thanks

Illustration made by Raphaël Bastide with scri.ch.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    4
  • 0.0.2
    8
  • 0.0.1
    1

Package Sidebar

Install

npm i minihash

Weekly Downloads

7

Version

0.0.3

License

MIT

Last publish

Collaborators

  • bpierre