History API for most.js
npm install most-history```
$ npm install --save most-history
`js
import {history} from 'most-history'
const {push, stream} = history()
stream.filter(location => location.pathname === '/path')
.observe(...)
route$.observe(push)
``