browser-history

simple functional wrapper around the browser history API

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
browser-history
1.0.17 years ago7 years agoMinified + gzip package size for browser-history in KB

Readme

browser-history
simple functional wrapper around the browser history API

Install

npm install browser-history

Documentation

Go to a path

var history = require('browser-history')
history('/users')

Listen for the back button

var history = require('browser-history')
history(function (e, url) {
  // do something with the URL
})

Go back

var history = require('browser-history')
history(-1)

Test

npm test

License

MIT