Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Zorium/location-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocationRouter

LocationRouter = require 'location-router'
router = new LocationRouter()

# Change url paths
router.go '/test'
router.go '/other_page'

# listen for url path changes
# returns RxJS Observable
router.getStream().subscribe (req) ->
  {url, path, query, hostname} = req

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published