minihash [](https://travis-ci.org/bpierre/minihash)

February 13, 2019 · View on GitHub

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.

Contents

  1. 1Usage
  2. 2Installation
  3. 3Browser compatibility
  4. 4License
  5. 5Special thanks