0.0.1 • Published 8 years ago

flyd-url v0.0.1

Weekly downloads
52
License
MIT
Repository
github
Last release
8 years ago

This gives you a stream of url data for the page. Every time the url changes you will get a new url data object on the stream.

The url data object comes from the url npm module. Please reference documentation for that module to handle the url objects on the stream

import flyd from 'flyd'
import urlStream from 'flyd-url'

flyd.map(
  url => console.log('Url has been updated: ', url)
, urlStream
)
0.0.1

8 years ago